Use built-in Gradle shorthand notation for Maven Central repository

This commit is contained in:
Valery Yatsynovich 2020-12-29 14:16:46 +03:00 committed by GitHub
parent 26f48484fd
commit e77a77e841
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 {