Skip to content

Commit

Permalink
Merge pull request #581 from valfirst/patch-1
Browse files Browse the repository at this point in the history
Use built-in Gradle shorthand notation for Maven Central repository
  • Loading branch information
stleary authored Jan 11, 2021
2 parents 26f4848 + e77a77e commit e33f463
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e33f463

Please sign in to comment.