The kwgradle command creates a Java build specification based on the information in your Gradle build file.
You can also create a build specification using your Gradle wrapper. For more information, see Kwgradlew.
Prerequisites
Before you can create a build specification, you need to
- install the Server package. See Installing Klocwork.
- install Gradle. See Supported Java build tools to see what versions are supported.
- have the path to the Gradle and JVM executables set in the PATH environment variable, as follows:
- ensure that the build.gradle build file is in a location that can be written to.
For more information, see Creating a Java build specification.
Usage
kwgradle <gradle_options>
where <gradle_options> are any arguments required for your gradle build.
Options
Name (and short name) |
Description |
--help (-h) |
display help |
--version |
display kwgradle version |
--output <file> (-o) |
write the build specification to <file>. By default, the build specification is written to kwinject.out in the current working directory. |
--update (-u) |
when specified, the existing build specification is updated with the results of the new incremental build instead of overwriting it. |
--build-file <string> |
path to the Gradle build file. Absolute or relative paths are supported. Default is build.gradle in the current directory. |
--project-dir (string> (-p) |
the project directory. Default is the current directory, or <install_dir>/bin. |
--debug-level <integer> |
print debug information to the console. Default is 0 (no debug output). |
The kwgradle command supports Gradle arguments that configure the build execution. Examples of supported build arguments are --info, -u, and -p. Comand line instructions that are separate gradle commands, such as -? and -v are not supported. These arguments are modelled in the Gradle API and therefore, because the tooling API always runs with the daemon, instructions such as --daemon and --no-daemon are also not supported.