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 { repositories {
maven { maven {
credentials { credentials {
username = project.property('ossrhUsername') username = project.findProperty('ossrhUsername')
password = project.property('ossrhPassword') password = project.findProperty('ossrhPassword')
} }
url = isReleaseVersion ? url = isReleaseVersion ?