Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Remove maven local ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Oct 17, 2015
1 parent 818580d commit 773c6fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ configurations {

repositories {
jcenter()
mavenLocal()
}

dependencies {
Expand All @@ -41,7 +40,7 @@ dependencies {
compile gradleApi()

// grgit
compile 'org.ajoberstar:grgit:1.4.+'
compile 'org.ajoberstar:grgit:1.4.1'

// semver
compile 'com.github.zafarkhaja:java-semver:0.9.0'
Expand Down

0 comments on commit 773c6fb

Please # to comment.