From d1be1ea911e91488c2d3115a7f53b57f55cc9c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E9=9B=A8=E8=90=BD?= Date: Thu, 19 Dec 2024 14:47:32 +0800 Subject: [PATCH] Fix build failed due to jitpack down. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 秋雨落 --- .gitignore | 3 ++- build.gradle | 1 - gradle.properties | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bd1ae000f..8a81dbccb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ bin/ /.project .idea *.log -run_*/ \ No newline at end of file +run_*/ +run diff --git a/build.gradle b/build.gradle index e156b0e67..6d3bace83 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,6 @@ allprojects { maven { url = 'https://maven.neoforged.net/releases' } maven { url = 'https://files.minecraftforge.net/maven/' } maven { url = 'https://maven.izzel.io/releases' } - maven { url = 'https://jitpack.io/' } mavenCentral() mavenLocal() } diff --git a/gradle.properties b/gradle.properties index e5bf2984d..35da4ac46 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,4 @@ org.gradle.jvmargs=-Xmx4g -Dfile.encoding=utf-8 architect_plugin_version=3.4-SNAPSHOT -architectury_loom_plugin_version=1.4-SNAPSHOT shadow_plugin_version=7.1.2