mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-01-10 11:56:44 +03:00
Test commit for cirrus.
This commit is contained in:
parent
1ae02e0e49
commit
a17f687976
@ -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 ?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user