Skip to content

Commit

Permalink
workie ??????
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxikle committed Jun 13, 2024
1 parent e2775db commit cb7807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ publishing {
val user = providers.gradleProperty("username").orElse(u).get()
val pass = providers.gradleProperty("password").orElse(p).get()

println("pass: $pass | user: $user")
println("pass: ${pass.length} | user: ${user.length}")
credentials {
username = user
password = pass
Expand Down

0 comments on commit cb7807e

Please sign in to comment.