Skip to content

Commit

Permalink
replace mavenCentral by jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
fviale committed Jan 29, 2016
1 parent e4ad10f commit f64b987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ task extractNativeBundle(type: Copy) {
buildscript {
repositories {
if (project.hasProperty('local')) mavenLocal()
mavenCentral()
jcenter()
maven { url 'http://repository.activeeon.com/content/groups/proactive/' }
}

Expand Down

0 comments on commit f64b987

Please sign in to comment.