Skip to content

Commit 49a5390

Browse files
committed
Debug creds
1 parent dec6d1d commit 49a5390

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ nexusPublishing {
5757
if (System.getenv("SONATYPE_USERNAME") != null) {
5858
username.set(System.getenv("SONATYPE_USERNAME"))
5959
password.set(System.getenv("SONATYPE_PASSWORD"))
60+
61+
print("---\n".repeat(50))
62+
print(System.getenv("SONATYPE_USERNAME").length)
63+
print(System.getenv("SONATYPE_PASSWORD").length)
6064
}
6165
}
6266
}

0 commit comments

Comments
 (0)