parent
46a31bc656
commit
fd95646a04
|
|
@ -1 +1 @@
|
||||||
apply from: new File(settingsDir, '../gradle/build-cache-settings.gradle')
|
apply from: "../gradle/build-cache-settings.gradle"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ pluginManagement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: new File(settingsDir, 'gradle/build-cache-settings.gradle')
|
apply from: "$rootDir/gradle/build-cache-settings.gradle"
|
||||||
|
|
||||||
include "spring-aop"
|
include "spring-aop"
|
||||||
include "spring-aspects"
|
include "spring-aspects"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue