diff --git a/build.gradle b/build.gradle index df3e2f9030..303af4874c 100644 --- a/build.gradle +++ b/build.gradle @@ -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/' } }