@@ -274,7 +274,7 @@ compileJava {
options.compilerArgs << '-proc:none'
}
The plugin implements a separate compile task that only runs the annotation processor and is executed during the build phase.
-Please look at the build.gradle
file in the example
module directory for a sample.
+Please look at the build.gradle
file in the example module directory for a sample.
Kobalt
To install and run from Kobalt, add the following to the Build.kt
file:
dependencies {
@@ -282,7 +282,7 @@ compileJava {
}
Auto-Increment
Incrementing the version is best left to your favorite build system.
-For a solution using Gradle, please have a look at the build.gradle
file in the example
module directory. To run the example with patch version auto-incrementing, issue the following command:
+For a solution using Gradle, please have a look at the build.gradle file in the example module directory. To run the example with patch version auto-incrementing, issue the following command:
gradle clean release run