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,12 +11,7 @@ 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"))
|
||||||
|
|
@ -37,6 +32,7 @@ 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