Skip to content

Commit a3f407f

Browse files
committed
fill gradle.properties with dummy values
1 parent 03af3dc commit a3f407f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ signing {
4646
sign configurations.archives
4747
}
4848

49+
ext.ossrhUsername = hasProperty('ossrhUsername') ? ossrhPassword : 'dummyuser'
50+
ext.ossrhPassword = hasProperty('ossrhPassword') ? ossrhPassword : 'dummypass'
4951
uploadArchives {
5052
repositories {
5153
mavenDeployer {

0 commit comments

Comments
 (0)