Skip to content

Commit e77a77e

Browse files
authored
Use built-in Gradle shorthand notation for Maven Central repository
1 parent 26f4848 commit e77a77e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ apply plugin: 'maven-publish'
1313

1414
repositories {
1515
mavenLocal()
16+
mavenCentral()
1617
maven {
1718
url = uri('https://oss.sonatype.org/content/repositories/snapshots')
1819
}
19-
20-
maven {
21-
url = uri('http://repo.maven.apache.org/maven2')
22-
}
2320
}
2421

2522
dependencies {

0 commit comments

Comments
 (0)