Merge pull request #581 from valfirst/patch-1

Use built-in Gradle shorthand notation for Maven Central repository
This commit is contained in:
Sean Leary 2021-01-10 18:35:31 -06:00 committed by GitHub
commit e33f463179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,10 @@ apply plugin: 'maven-publish'
repositories {
mavenLocal()
mavenCentral()
maven {
url = uri('https://oss.sonatype.org/content/repositories/snapshots')
}
maven {
url = uri('http://repo.maven.apache.org/maven2')
}
}
dependencies {