From 545140ae1dbcac74e01ccbe348056fd4b3fe81b2 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Wed, 3 Apr 2024 21:33:22 +0800 Subject: [PATCH] added print --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {