Browse Source

调整 build.gradle

miemie 7 năm trước cách đây
mục cha
commit
55831bff94
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -90,8 +90,8 @@ subprojects {
     }
 
     dependencies {
-        compileOnly dependencies["lombok"]
-        testCompile dependencies["junit"]
+        compileOnly rootProject.ext.dependencies["lombok"]
+        testCompile rootProject.ext.dependencies["junit"]
     }
 
     task sourcesJar(type: Jar, dependsOn: classes) {