Compare commits

..

5 Commits

Author SHA1 Message Date
TONY_All dce4300386 rm useless repo
update image
2023-06-06 14:06:10 +08:00
TONY_All 786d80172c use official 2023-06-06 00:51:57 +08:00
TONY_All 216bff831e fix distro 2023-06-06 00:30:51 +08:00
TONY_All 1636f8a159 update space 2023-06-06 00:27:10 +08:00
TONY All a7c7a647d9
Init space job 2023-06-05 06:57:16 +00:00
2 changed files with 5 additions and 5 deletions

4
.space.kts Normal file
View File

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

View File

@ -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"
} }