Test commit for cirrus.

This commit is contained in:
2022-04-18 21:51:59 +03:00
parent 1ae02e0e49
commit a17f687976
+2 -2
View File
@@ -72,8 +72,8 @@ publishing {
repositories {
maven {
credentials {
username = ossrhUsername ?: ''
password = ossrhPassword ?: ''
username = project.property('ossrhUsername')
password = project.property('ossrhPassword')
}
url = isReleaseVersion ?