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