Test commit for cirrus.

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

View File

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