Updated CI (#2)

* Updated CI

* Updated CI

* Updated CI

* Updated CI

* Removed wrong method.
This commit is contained in:
2020-01-09 19:08:11 +01:00
committed by GitHub
parent 6a1c33fd02
commit ff6c6ba6e1
5 changed files with 59 additions and 16 deletions

View File

@ -100,7 +100,7 @@ publishing {
maven {
// This is an arbitrary name, you may also use "mavencentral" or
// any other name that's descriptive for you
name = "mavencentral"
name = "sonatype"
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/"