Compare commits
5 Commits
4c37dff413
...
dce4300386
| Author | SHA1 | Date |
|---|---|---|
|
|
dce4300386 | |
|
|
786d80172c | |
|
|
216bff831e | |
|
|
1636f8a159 | |
|
|
a7c7a647d9 |
|
|
@ -0,0 +1,4 @@
|
|||
job("Build and run tests") {
|
||||
// run 'gradlew build'
|
||||
gradlew("azul/zulu-openjdk:17", "build")
|
||||
}
|
||||
|
|
@ -11,13 +11,8 @@ 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"))
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
|
||||
|
|
@ -37,6 +32,7 @@ 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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue