Browse Source

testCompile lombok

hubin 7 năm trước cách đây
mục cha
commit
f29447d71d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"]
     }