Skip to content

Commit 8f092e5

Browse files
#2690 fix (#2691)
1 parent e43e44b commit 8f092e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ signing {
182182
nexusPublishing {
183183
repositories {
184184
sonatype {
185-
username.set(providers.systemProperty("ossrhUsername").forUseAtConfigurationTime())
186-
password.set(providers.systemProperty("ossrhPassword").forUseAtConfigurationTime())
185+
username.set(ossrhUsername)
186+
password.set(ossrhPassword)
187187
}
188188
}
189189
}

0 commit comments

Comments
 (0)