Selaa lähdekoodia

调整 build.gradle

miemie 7 vuotta sitten
vanhempi
commit
55831bff94
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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) {