Explorar el Código

调整 build.gradle

miemie hace 7 años
padre
commit
55831bff94
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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) {