spring-framework/gradle
Andy Wilkinson 7f61f3852c Enable reading from the remote build cache for all
Previously, the remote build cache was only enabled if the
GRADLE_ENTERPRISE_URL environment variable was configured. This meant
that contributors would not benefit from the build time improvements
of the caching without some additional setup.

This commit updates the buildCache configuration so that reading from
the remote build cache at https://ge.spring.io is enabled for all.
Pushing to the cache continues to be disabled unless the required
credentials are provided. Build scan configuration has also been
updated in line with this change. While the server URL is now
hardcoded, publishing is still opt-in via an environment variable.
The exact mechanism by which someone can opt in will change in the
future once some server-side changes have been made. At this point,
only a change to publishAlwaysIf should be necessary.

Closes gh-24105
2019-11-29 17:58:09 +01:00
..
wrapper Upgrade to Gradle 5.6.4 2019-11-03 15:04:58 +01:00
build-cache-settings.gradle Enable reading from the remote build cache for all 2019-11-29 17:58:09 +01:00
build-scan-user-data.gradle Capture maxParallelForks of Test tasks in build scans 2019-09-24 18:25:24 +02:00
docs.gradle Fix schemaZip Gradle task on MS Windows 2019-11-13 14:49:25 +01:00
ide.gradle Replace propdeps plugin with custom plugin 2019-08-13 18:19:37 +02:00
publications.gradle Fix missing project information in generated POMS 2019-09-30 10:22:44 +02:00
spring-module.gradle Stop Created-By manifest header from causing a test task cache miss 2019-10-25 13:52:48 +02:00