Skip to content

Commit f64b987

Browse files
committed
replace mavenCentral by jcenter
1 parent e4ad10f commit f64b987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ task extractNativeBundle(type: Copy) {
2222
buildscript {
2323
repositories {
2424
if (project.hasProperty('local')) mavenLocal()
25-
mavenCentral()
25+
jcenter()
2626
maven { url 'http://repository.activeeon.com/content/groups/proactive/' }
2727
}
2828

0 commit comments

Comments
 (0)