Skip to content

Commit 7dbc095

Browse files
committed
Ummmm....
1 parent d8c2492 commit 7dbc095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ publishing {
3030
credentials {
3131
username = project.findProperty("gpr.user")?.toString() ?: System.getenv("GITHUB_USERNAME")
3232
password = project.findProperty("gpr.token")?.toString() ?: System.getenv("GITHUB_TOKEN")
33+
println(password?.length)
34+
println(username)
3335
}
3436
}
3537
}

0 commit comments

Comments
 (0)