zyx 2 лет назад
Родитель
Сommit
aab07f9498
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      build.gradle

+ 2 - 0
build.gradle

@@ -17,6 +17,8 @@ dependencies {
     compileOnly 'org.projectlombok:lombok:1.18.22'
     compileOnly 'org.projectlombok:lombok:1.18.22'
     testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
     testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
     testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
     testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
+
+    annotationProcessor 'org.projectlombok:lombok'
 }
 }
 
 
 test {
 test {