spring-boot/spring-boot-project
Nelson Osacky e41a53cf85 Add Gradle Enterprise Extension
This adds build caching and build scans.

The changes required disabling scans when using the maven invoker
plugin in order to not cause duplicate build scans when invoking other
maven builds. There is also an empty `.mvn` folder in the
spring-boot-starters project to prevent duplicate build scans as well
since there is no way to pass properties to the maven-javadoc-plugin.

The checkstyle plugin was causing a cache miss with the
`propertyExpansion` because it contains an absolute path. The absolute
path is now ignored and instead the files are added as inputs to the
checkstyle plugin. This only enables the local build cache. The remote
cache is not yet enabled.

On my local machine:

./mvnw clean install build times go from about 30 minutes to about 10 minutes.
./mvnw clean install -Pfull build times go from about 60 minutes to about 13 minutes.

See gh-22089
2020-07-24 11:47:24 +01:00
..
spring-boot Fix handling of NestedServletException with no root cause 2020-07-07 11:34:25 +01:00
spring-boot-actuator Avoid trivialising what the reader's learning about 2020-07-20 13:45:41 +01:00
spring-boot-actuator-autoconfigure Order additional metadata according to lexicographic order 2020-04-23 13:58:49 +02:00
spring-boot-autoconfigure Polish test 2020-06-09 16:00:50 +02:00
spring-boot-cli Upgrade to Groovy 2.5.13 2020-07-23 10:55:47 +02:00
spring-boot-dependencies Upgrade to Aspectj 1.9.6 2020-07-23 21:02:36 +01:00
spring-boot-devtools Order additional metadata according to lexicographic order 2020-04-23 13:58:49 +02:00
spring-boot-docs Avoid trivialising what the reader's learning about 2020-07-20 13:45:41 +01:00
spring-boot-parent Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-properties-migrator Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-starters Add Gradle Enterprise Extension 2020-07-24 11:47:24 +01:00
spring-boot-test Revert "Add profiles directly to the application environment for tests" 2020-01-20 15:01:09 +00:00
spring-boot-test-autoconfigure Polish "Make equality checks defensive to null reference" 2020-01-13 17:38:38 +01:00
spring-boot-tools Add Gradle Enterprise Extension 2020-07-24 11:47:24 +01:00
pom.xml Correct name and description of spring-boot-project module 2019-05-25 08:08:36 +01:00