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