diff --git a/build.gradle b/build.gradle index 3ec3ae6..2f6869b 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {