Updated the examples.
This commit is contained in:
parent
6081bdfdd5
commit
4efc2ba2d6
15 changed files with 51 additions and 34 deletions
|
@ -3,7 +3,7 @@ buildscript {
|
|||
mavenLocal()
|
||||
}
|
||||
dependencies {
|
||||
classpath "net.thauvin.erik.gradle:semver:1.0.0"
|
||||
classpath "net.thauvin.erik.gradle:semver:1.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -45,7 +45,7 @@ run {
|
|||
}
|
||||
|
||||
semver {
|
||||
properties = "$projectDir/${f.name}"
|
||||
properties = "${f.name}"
|
||||
keysPrefix = f.name.substring(0, f.name.indexOf(".") + 1)
|
||||
buildMetaKey = "meta"
|
||||
semverKey = "fullversion"
|
||||
|
|
0
examples/test/locked
Normal file
0
examples/test/locked
Normal file
8
examples/test/locked.properties
Normal file
8
examples/test/locked.properties
Normal file
|
@ -0,0 +1,8 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Fri Apr 19 13:31:37 PDT 2019
|
||||
version.fullversion=11.0.0-alpha+20190419133137
|
||||
version.major=11
|
||||
version.meta=20190419133137
|
||||
version.minor=0
|
||||
version.patch=0
|
||||
version.prerelease=alpha
|
Loading…
Add table
Add a link
Reference in a new issue