Skip to content

Commit

Permalink
Debug creds
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenStack committed Aug 28, 2024
1 parent dec6d1d commit 49a5390
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ nexusPublishing {
if (System.getenv("SONATYPE_USERNAME") != null) {
username.set(System.getenv("SONATYPE_USERNAME"))
password.set(System.getenv("SONATYPE_PASSWORD"))

print("---\n".repeat(50))
print(System.getenv("SONATYPE_USERNAME").length)
print(System.getenv("SONATYPE_PASSWORD").length)
}
}
}
Expand Down

0 comments on commit 49a5390

Please sign in to comment.