Lortseam пре 4 година
родитељ
комит
8553e77b6b
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      build.gradle

+ 2 - 1
build.gradle

@@ -6,7 +6,6 @@ plugins {
 }
 
 subprojects {
-
     apply plugin: "fabric-loom"
     apply plugin: "io.freefair.lombok"
 
@@ -27,6 +26,8 @@ subprojects {
         }
     }
 
+    generateLombokConfig.enabled = false
+
     tasks.withType(JavaCompile).configureEach {
         // 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