Test commit for cirrus.

This commit is contained in:
Prominence 2022-04-18 21:51:59 +03:00
parent 1ae02e0e49
commit a17f687976
No known key found for this signature in database
GPG Key ID: B5C2DFCB54798A7B

View File

@ -72,8 +72,8 @@ publishing {
repositories { repositories {
maven { maven {
credentials { credentials {
username = ossrhUsername ?: '' username = project.property('ossrhUsername')
password = ossrhPassword ?: '' password = project.property('ossrhPassword')
} }
url = isReleaseVersion ? url = isReleaseVersion ?