Add a debug line
This commit is contained in:
parent
1d5b113308
commit
434349aca6
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@ java {
|
||||||
withJavadocJar()
|
withJavadocJar()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def determinePatchVersion = {
|
def determinePatchVersion = {
|
||||||
// get the name of the last tag
|
// get the name of the last tag
|
||||||
def tagInfo = new ByteArrayOutputStream()
|
def tagInfo = new ByteArrayOutputStream()
|
||||||
|
@ -39,6 +40,9 @@ def determinePatchVersion = {
|
||||||
}
|
}
|
||||||
version = determinePatchVersion()
|
version = determinePatchVersion()
|
||||||
version = "${apiVer}.${version}"
|
version = "${apiVer}.${version}"
|
||||||
|
|
||||||
|
println("Compile for version : ${version}")
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// Use Maven Central for resolving dependencies.
|
// Use Maven Central for resolving dependencies.
|
||||||
// mavenCentral()
|
// mavenCentral()
|
||||||
|
|
Loading…
Reference in a new issue