Ver código fonte

testCompile lombok

hubin 7 anos atrás
pai
commit
f29447d71d
1 arquivos alterados com 1 adições e 0 exclusões
  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"]
     }