From c62af8f517c29b6ccad9e9a0e8c13dceca967e8d Mon Sep 17 00:00:00 2001 From: renwj Date: Sat, 14 Sep 2024 10:31:34 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.0][code]=20=E7=A7=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .java-version | 1 - build.gradle | 12 +++++------- 2 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 .java-version diff --git a/.java-version b/.java-version deleted file mode 100644 index af797d5143..0000000000 --- a/.java-version +++ /dev/null @@ -1 +0,0 @@ -11.0.16 diff --git a/build.gradle b/build.gradle index edb7a25099..fc86454cbf 100644 --- a/build.gradle +++ b/build.gradle @@ -6,10 +6,9 @@ buildscript { apply from: rootProject.file('gradle/ext.gradle') repositories { mavenLocal() - maven { url 'http://127.0.0.1:9921/nexus/content/groups/zhidao_group/' } -// maven { url 'https://nexus.zhidaoauto.com/repository/maven-snapshot/' } -// maven { url 'https://nexus.zhidaoauto.com/repository/maven-releases/' } -// maven { url 'https://nexus.zhidaoauto.com/repository/maven-public/' } + maven { url 'https://nexus.zhidaoauto.com/repository/maven-snapshot/' } + maven { url 'https://nexus.zhidaoauto.com/repository/maven-releases/' } + maven { url 'https://nexus.zhidaoauto.com/repository/maven-public/' } maven { url 'https://storage.zego.im/maven' } maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' } maven { url 'https://maven.aliyun.com/repository/public' } @@ -53,9 +52,8 @@ buildscript { allprojects { repositories { mavenLocal() - maven { url 'http://127.0.0.1:9921/nexus/content/groups/zhidao_group/' } -// maven { url 'https://nexus.zhidaoauto.com/repository/maven-releases/' } -// maven { url 'https://nexus.zhidaoauto.com/repository/maven-public/' } + maven { url 'https://nexus.zhidaoauto.com/repository/maven-releases/' } + maven { url 'https://nexus.zhidaoauto.com/repository/maven-public/' } maven { url 'https://storage.zego.im/maven' } maven { url 'https://maven.aliyun.com/repository/public' } maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }