forked from SteamWar/SteamWar
Gradle Rewrite
This commit is contained in:
@@ -18,13 +18,7 @@
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id("java")
|
||||
}
|
||||
|
||||
group = "de.steamwar"
|
||||
|
||||
tasks.compileJava {
|
||||
options.encoding = "UTF-8"
|
||||
steamwar.java
|
||||
}
|
||||
|
||||
java {
|
||||
@@ -32,22 +26,7 @@ java {
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDirs("src/")
|
||||
}
|
||||
resources {
|
||||
srcDirs("src/")
|
||||
exclude("**/*.java", "**/*.kt")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("org.projectlombok:lombok:1.18.32")
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.32")
|
||||
|
||||
compileOnly("de.steamwar:velocity:RELEASE")
|
||||
annotationProcessor("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
|
||||
compileOnly(libs.velocity)
|
||||
annotationProcessor(libs.velocityapi)
|
||||
}
|
||||
Reference in New Issue
Block a user