Pārlūkot izejas kodu

Fix lombok config file

Lortseam 4 gadi atpakaļ
vecāks
revīzija
8553e77b6b
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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