From 4eb20fd14c99e25c8a47504ebddd0706b2ea58f9 Mon Sep 17 00:00:00 2001 From: yangfei Date: Tue, 19 Dec 2023 14:16:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0maven=E6=8B=89?= =?UTF-8?q?=E5=8F=96=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 373d017ae4..c54a7b88d9 100644 --- a/build.gradle +++ b/build.gradle @@ -10,8 +10,6 @@ buildscript { google() jcenter() mavenCentral() - maven { url 'https://jitpack.io' } - maven { url "https://maven.google.com" } maven { url "https://nexus.shanqu.cc/repository/lightgame-public/" credentials { @@ -19,6 +17,9 @@ buildscript { password("u9gZYH4MQEwLLQZK") } } + maven { url 'https://jitpack.io' } + maven { url "https://maven.google.com" } + } dependencies {