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()
|
||||
}
|
||||
|
||||
|
||||
def determinePatchVersion = {
|
||||
// get the name of the last tag
|
||||
def tagInfo = new ByteArrayOutputStream()
|
||||
|
@ -39,6 +40,9 @@ def determinePatchVersion = {
|
|||
}
|
||||
version = determinePatchVersion()
|
||||
version = "${apiVer}.${version}"
|
||||
|
||||
println("Compile for version : ${version}")
|
||||
|
||||
repositories {
|
||||
// Use Maven Central for resolving dependencies.
|
||||
// mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue