|
@@ -6,7 +6,6 @@ plugins {
|
|
}
|
|
}
|
|
|
|
|
|
subprojects {
|
|
subprojects {
|
|
-
|
|
|
|
apply plugin: "fabric-loom"
|
|
apply plugin: "fabric-loom"
|
|
apply plugin: "io.freefair.lombok"
|
|
apply plugin: "io.freefair.lombok"
|
|
|
|
|
|
@@ -27,6 +26,8 @@ subprojects {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ generateLombokConfig.enabled = false
|
|
|
|
+
|
|
tasks.withType(JavaCompile).configureEach {
|
|
tasks.withType(JavaCompile).configureEach {
|
|
// ensure that the encoding is set to UTF-8, no matter what the system default is
|
|
// ensure that the encoding is set to UTF-8, no matter what the system default is
|
|
// this fixes some edge cases with special characters not displaying correctly
|
|
// this fixes some edge cases with special characters not displaying correctly
|