Parcourir la source

testCompile lombok

hubin il y a 7 ans
Parent
commit
f29447d71d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"]
     }