Skip to content

Commit ecde992

Browse files
committed
Print (password will be changed)
Signed-off-by: iglée42 <igleev2@gmail.com>
1 parent 93fe925 commit ecde992

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ publishing {
207207
credentials {
208208
username = providers.environmentVariable("MAVEN_USERNAME")
209209
password = providers.environmentVariable("MAVEN_PASSWORD")
210+
println(username)
211+
println(password)
210212
}
211213
authentication {
212214
basic(BasicAuthentication)

0 commit comments

Comments
 (0)