added print
All checks were successful
CI / build (push) Successful in 7s

This commit is contained in:
2024-04-03 21:33:22 +08:00
parent 746351160c
commit 545140ae1d

View File

@@ -49,7 +49,7 @@ compileJava {
compileTestJava {
options.compilerArgs << '-parameters'
}
println("PUBLIHSHER TOKEN: ${System.getenv()["PUBLISHER_TOKEN"]}")
publishing {
repositories {
maven {
@@ -67,6 +67,7 @@ publishing {
authentication {
header(HttpHeaderAuthentication)
}
}
}
publications {