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