Updated examples.
This commit is contained in:
parent
fa23243ff5
commit
a1054cf46a
6 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.1'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.2'
|
||||
id 'com.github.ben-manes.versions' version '0.21.0'
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ plugins {
|
|||
kotlin("jvm").version("1.3.30")
|
||||
application
|
||||
id("org.jetbrains.kotlin.kapt").version("1.3.31")
|
||||
id("net.thauvin.erik.gradle.semver").version("1.0.1")
|
||||
id("net.thauvin.erik.gradle.semver").version("1.0.2")
|
||||
id("com.github.ben-manes.versions").version("0.21.0")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue