Browse Source

testCompile lombok

hubin 7 years ago
parent
commit
f29447d71d
1 changed files with 1 additions and 0 deletions
  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"]
     }