Version 1.0.4. Closes #8. Implemented by e1891c47af
This commit is contained in:
parent
062758a5f0
commit
024f3d4fc9
6 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ plugins {
|
|||
kotlin("jvm") version "1.3.31"
|
||||
}
|
||||
|
||||
version = "1.0.3-beta"
|
||||
version = "1.0.4"
|
||||
group = "net.thauvin.erik.gradle"
|
||||
|
||||
var github = "https://github.com/ethauvin/semver-gradle"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.2'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'com.github.ben-manes.versions' version '0.21.0'
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ plugins {
|
|||
kotlin("jvm").version("1.3.41")
|
||||
application
|
||||
id("org.jetbrains.kotlin.kapt").version("1.3.41")
|
||||
id("net.thauvin.erik.gradle.semver").version("1.0.2")
|
||||
id("net.thauvin.erik.gradle.semver").version("1.0.4")
|
||||
id("com.github.ben-manes.versions").version("0.21.0")
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.2'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'com.github.ben-manes.versions' version '0.21.0'
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import java.time.format.DateTimeFormatter
|
|||
plugins {
|
||||
kotlin("jvm").version("1.3.41")
|
||||
application
|
||||
id("net.thauvin.erik.gradle.semver").version("1.0.2")
|
||||
id("net.thauvin.erik.gradle.semver").version("1.0.4")
|
||||
id("com.github.ben-manes.versions").version("0.21.0")
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "net.thauvin.erik.gradle:semver:1.0.3-beta"
|
||||
classpath "net.thauvin.erik.gradle:semver:1.0.4"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue