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