Przeglądaj źródła

testCompile lombok

hubin 7 lat temu
rodzic
commit
f29447d71d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -91,6 +91,7 @@ subprojects {
 
     dependencies {
         compileOnly rootProject.ext.dependencies["lombok"]
+        testCompile rootProject.ext.dependencies["lombok"]
         testCompile rootProject.ext.dependencies["junit"]
     }