IDEA properties updates, etc.
This commit is contained in:
parent
81cefb1f32
commit
5561a7dfa0
11 changed files with 178 additions and 164 deletions
|
@ -3,7 +3,7 @@ buildscript {
|
|||
mavenLocal()
|
||||
}
|
||||
dependencies {
|
||||
classpath "net.thauvin.erik.gradle:semver:0.9.3-beta"
|
||||
classpath "net.thauvin.erik.gradle:semver:0.9.4-beta"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,7 +37,7 @@ run {
|
|||
}
|
||||
|
||||
semver {
|
||||
properties = "test.properties"
|
||||
keysPrefix = "test."
|
||||
properties = "example.properties"
|
||||
keysPrefix = "example."
|
||||
buildMetaKey = "meta"
|
||||
}
|
7
examples/test/example.properties
Normal file
7
examples/test/example.properties
Normal file
|
@ -0,0 +1,7 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Mon Jul 02 23:03:45 PDT 2018
|
||||
example.major=1
|
||||
example.meta=007
|
||||
example.prerelease=
|
||||
example.minor=1
|
||||
example.patch=1
|
|
@ -1,7 +0,0 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Sun Jul 01 13:20:13 PDT 2018
|
||||
test.major=1
|
||||
test.prerelease=
|
||||
test.meta=
|
||||
test.patch=0
|
||||
test.minor=0
|
|
@ -1,7 +1,7 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Sun Jul 01 13:11:20 PDT 2018
|
||||
#Mon Jul 02 22:37:14 PDT 2018
|
||||
version.prerelease=
|
||||
version.buildmeta=
|
||||
version.patch=0
|
||||
version.patch=3
|
||||
version.major=1
|
||||
version.minor=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue