update maven repo
This commit is contained in:
2 files changed
+7
-3
No files matched your search
+1
-2
@@ -17,8 +17,7 @@ repositories {
|
|||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven("https://repo.opencollab.dev/main/")
|
maven("https://repo.opencollab.dev/main/")
|
||||||
maven("https://oss.sonatype.org/content/repositories/snapshots")
|
maven("https://oss.sonatype.org/content/repositories/snapshots")
|
||||||
maven("https://maven.rtast.cn/releases/")
|
maven("https://pkg.rtast.cn/releases/")
|
||||||
maven("https://libraries.minecraft.net")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.compileKotlin {
|
tasks.compileKotlin {
|
||||||
|
|||||||
@@ -1,2 +1,7 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
fancyBotVersion=1.0.0
|
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
|
||||||
Reference in New Issue
Block a user