forked from SteamWar/SteamWar
Add Kotlin plugin and configure build scripts for Kotlin compatibility, integrate exposed library dependencies, and enhance JVM settings.
Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
@@ -27,11 +27,16 @@ tasks.build {
|
||||
}
|
||||
|
||||
tasks.shadowJar {
|
||||
exclude("org/**")
|
||||
exclude("org/intellij/**", "org/slf4j/**")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.paperapi21)
|
||||
compileOnly(libs.nms21)
|
||||
compileOnly(project(":SpigotCore"))
|
||||
|
||||
implementation(libs.exposedCore)
|
||||
implementation(libs.exposedDao)
|
||||
implementation(libs.exposedJdbc)
|
||||
implementation(libs.exposedTime)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user