From b0e5923bf1c8ae6cd357ac6735f93300185f8ed6 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 31 Mar 2016 23:29:34 -0800 Subject: [PATCH] Fixes. --- documentation/index.html | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index 57a670e..2991f9c 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -517,8 +517,8 @@ Here are the options that you can pass to ./kobaltw: - - + + @@ -541,9 +541,9 @@ Here are the options that you can pass to ./kobaltw: - + - td> + - + @@ -583,7 +583,7 @@ New versions found: - + @@ -598,7 +598,7 @@ New versions found: - + @@ -611,20 +611,20 @@ New versions found: - - - - - - - - - - - - - - + + + + + + + + + + + + + +
Use this option if you are trying to build a project whose Build.kt is not in kobalt/src.
--checkVersions--checkVersions Booleanfalsefalse Display all the new versions of your dependencies. This option looks at all the dependencies found in your build file and then contacts all the Maven repositories in order to find out if any of these repos contains a newer version. If any are found, they are displayed:
@@ -569,7 +569,7 @@ New versions found:
     
The parameter to this argument is a list of template names separated by commas, e.g. "java,myProject". Each template will be invoked in order so they can generate their files.
--listTemplates--listTemplates N/A List all the templates available.The default level is 1. Level 0 will quiet everything and 2 and 3 will display increasingly verbose output.
--noIncremental--noIncremental Boolean false Turn off incremental builds.This is similar to specifying these plug-in id's in a build file except that no build file is needed.
--pluginJarFiles--pluginJarFiles Comma-separated list of plugin jar files Specify the plug-ins to load.Display information about the given id. Display which repo this artifact can be found in and the whole graph of its dependencies.
--tasksBooleanfalseList the tasks available.Note that the available tasks will vary depending on which projects are in your build file.
--updateBooleanfalseUpdate Kobalt to the latest version available.Use this flag if Kobalt just notified you that a new version is available and you want to update. Another way of doing this is to edit kobalt/wrapper/kobalt-wrapper.properties manually.
--tasksBooleanfalseList the tasks available.Note that the available tasks will vary depending on which projects are in your build file.
--updateBooleanfalseUpdate Kobalt to the latest version available.Use this flag if Kobalt just notified you that a new version is available and you want to update. Another way of doing this is to edit kobalt/wrapper/kobalt-wrapper.properties manually.

Testing