Skip to content

Commit e33f463

Browse files
authored
Merge pull request #581 from valfirst/patch-1
Use built-in Gradle shorthand notation for Maven Central repository
2 parents 26f4848 + e77a77e commit e33f463

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)