Add a debug line

This commit is contained in:
zontreck 2023-11-19 03:48:08 -07:00
parent 1d5b113308
commit 434349aca6

View file

@ -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()