diff --git a/build.gradle b/build.gradle index 07a4e9212e..161a460dca 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. apply from: "config.gradle" apply from: "javadoc.gradle" - buildscript { + repositories { maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' } @@ -131,4 +131,4 @@ subprojects.each { } } } -} \ No newline at end of file +}