Compare commits
No commits in common. "dce4300386b3d7709f86c829c3543b0579f7875e" and "4c37dff4130f313c1c9d47f79a2c0658362bc031" have entirely different histories.
dce4300386
...
4c37dff413
|
|
@ -1,4 +0,0 @@
|
||||||
job("Build and run tests") {
|
|
||||||
// run 'gradlew build'
|
|
||||||
gradlew("azul/zulu-openjdk:17", "build")
|
|
||||||
}
|
|
||||||
|
|
@ -11,8 +11,13 @@ version = "1.0-SNAPSHOT"
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
maven("https://repo.maxmc.cn/repository/maven-snapshots/") {
|
||||||
|
name = "maxmc"
|
||||||
|
credentials(PasswordCredentials::class.java)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(kotlin("stdlib"))
|
implementation(kotlin("stdlib"))
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
|
||||||
|
|
@ -32,7 +37,6 @@ taboolib {
|
||||||
install("module-nms", "module-nms-util")
|
install("module-nms", "module-nms-util")
|
||||||
install("module-chat", "module-lang", "module-configuration")
|
install("module-chat", "module-lang", "module-configuration")
|
||||||
|
|
||||||
classifier = null
|
|
||||||
options("skip-kotlin-relocate")
|
options("skip-kotlin-relocate")
|
||||||
version = "6.0.10-12"
|
version = "6.0.10-12"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue