Skip to content

Commit

Permalink
nvm its not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxikle committed Jun 13, 2024
1 parent abb5691 commit bf2601f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ publishing {
providers.gradleProperty("username").orElse(System.getenv("REPO_USERNAME")).orElse("null")
val pass =
providers.gradleProperty("password").orElse(System.getenv("REPO_PASSWORD")).orElse("null")
println(pass.get().length)
println("pass: " + pass.get() + " | user: " + user.get())
credentials {
username = user.get()
password = pass.get()
Expand Down

0 comments on commit bf2601f

Please sign in to comment.