Skip to content

Commit 03bcf96

Browse files
committed
Debug creds but better
1 parent 49a5390 commit 03bcf96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ nexusPublishing {
5858
username.set(System.getenv("SONATYPE_USERNAME"))
5959
password.set(System.getenv("SONATYPE_PASSWORD"))
6060

61-
print("---\n".repeat(50))
62-
print(System.getenv("SONATYPE_USERNAME").length)
63-
print(System.getenv("SONATYPE_PASSWORD").length)
61+
println("---\n".repeat(10))
62+
println(System.getenv("SONATYPE_USERNAME").length)
63+
println(System.getenv("SONATYPE_PASSWORD").length)
64+
println("---\n".repeat(10))
6465
}
6566
}
6667
}

0 commit comments

Comments
 (0)