Kotlin-dsl syntax updates.
This commit is contained in:
parent
3485d314e0
commit
ab85a04113
3 changed files with 5 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
|||
import net.thauvin.erik.gradle.semver.SemverConfig
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.2.50"
|
||||
application
|
||||
|
@ -32,7 +30,7 @@ application {
|
|||
mainClassName = "com.example.Main"
|
||||
}
|
||||
|
||||
configure<SemverConfig> {
|
||||
semver {
|
||||
// properties = "example.properties"
|
||||
// keysPrefix = "example."
|
||||
// preReleaseKey = "release"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue