Browse Source

Polish contribution

See gh-23869
pull/23875/head
Sam Brannen 6 years ago
parent
commit
fd95646a04
  1. 2
      buildSrc/settings.gradle
  2. 12
      gradle/build-cache-settings.gradle
  3. 2
      settings.gradle

2
buildSrc/settings.gradle

@ -1 +1 @@ @@ -1 +1 @@
apply from: new File(settingsDir, '../gradle/build-cache-settings.gradle')
apply from: "../gradle/build-cache-settings.gradle"

12
gradle/build-cache-settings.gradle

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
buildCache {
local {
enabled = true
}
remote(HttpBuildCache) {
enabled = false
}
local {
enabled = true
}
remote(HttpBuildCache) {
enabled = false
}
}

2
settings.gradle

@ -5,7 +5,7 @@ pluginManagement { @@ -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-aspects"

Loading…
Cancel
Save