From 8107117e5f83402816bff8ef858ce681bb48676e Mon Sep 17 00:00:00 2001 From: RTAkland Date: Sun, 12 Jan 2025 16:45:50 +0800 Subject: [PATCH] update maven repo --- build.gradle.kts | 3 +-- gradle.properties | 7 ++++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 580713f..32a7b89 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,8 +17,7 @@ repositories { mavenLocal() maven("https://repo.opencollab.dev/main/") maven("https://oss.sonatype.org/content/repositories/snapshots") - maven("https://maven.rtast.cn/releases/") - maven("https://libraries.minecraft.net") + maven("https://pkg.rtast.cn/releases/") } tasks.compileKotlin { diff --git a/gradle.properties b/gradle.properties index 7de1816..fff2c56 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,7 @@ kotlin.code.style=official -fancyBotVersion=1.0.0 \ No newline at end of file +fancyBotVersion=1.0.0 + +#systemProp.http.proxyHost=127.0.0.1 +#systemProp.http.proxyPort=12334 +#systemProp.https.proxyHost=127.0.0.1 +#systemProp.https.proxyPort=12334