Compare commits

..

No commits in common. "dce4300386b3d7709f86c829c3543b0579f7875e" and "4c37dff4130f313c1c9d47f79a2c0658362bc031" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +0,0 @@
job("Build and run tests") {
// run 'gradlew build'
gradlew("azul/zulu-openjdk:17", "build")
}

View File

@ -11,7 +11,12 @@ version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
mavenLocal()
maven("https://repo.maxmc.cn/repository/maven-snapshots/") {
name = "maxmc"
credentials(PasswordCredentials::class.java)
}
}
dependencies {
implementation(kotlin("stdlib"))
@ -32,7 +37,6 @@ taboolib {
install("module-nms", "module-nms-util")
install("module-chat", "module-lang", "module-configuration")
classifier = null
options("skip-kotlin-relocate")
version = "6.0.10-12"
}