Testing.
This commit is contained in:
parent
3cb4b20a3d
commit
3c503c7a06
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ plugins {
|
||||||
kotlin("jvm").version("1.3.30")
|
kotlin("jvm").version("1.3.30")
|
||||||
application
|
application
|
||||||
id("org.jetbrains.kotlin.kapt").version("1.3.30")
|
id("org.jetbrains.kotlin.kapt").version("1.3.30")
|
||||||
id("com.github.ben-manes.versions").version "0.21.0"
|
id("com.github.ben-manes.versions").version("0.21.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
// ./gradlew
|
// ./gradlew
|
||||||
|
@ -11,7 +11,7 @@ plugins {
|
||||||
|
|
||||||
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
|
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
|
||||||
|
|
||||||
var semverProcessor = "net.thauvin.erik:semver:1.2.0"
|
var semverProcessor = "net.thauvin.erik:semver:1.1.1"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
kapt(semverProcessor)
|
kapt(semverProcessor)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
kapt.use.worker.api=true
|
#kapt.use.worker.api=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue