Skip to content

Commit

Permalink
replace mavenCentral + oss.sonatype.org repositories with jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
mlueders committed Aug 10, 2014
1 parent e0b66c6 commit d04d825
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven { url "https://oss.sonatype.org/content/groups/public"}
}
dependencies {
classpath 'com.github.townsfolk:gradle-release:1.2'
Expand All @@ -18,7 +16,7 @@ apply plugin: "com.bancvue.maven-publish-ext"
apply plugin: 'com.jfrog.bintray'

repositories {
mavenCentral()
jcenter()
}

dependencies {
Expand Down

0 comments on commit d04d825

Please sign in to comment.