Commit Graph

24 Commits (68e2dd626d1c56fe22ce0a9dc7a7a9d06bed9f1b)

Author SHA1 Message Date
Andy Wilkinson 9da0372330 Upgrade to Gradle Enterprise Maven Extension 1.6.1
Closes gh-22717
4 years ago
Andy Wilkinson ab9284e120 Increase max heap of the Maven JVM
The overhead of build scans seems to have brought us right to the limit
of the Maven JVM's heap. As a result, builds are occasionally failing
as the heap's been exhausted.

This commit increases the JVM's max heap.

Closes gh-22649
4 years ago
Andy Wilkinson f2d27047e2 Correct the version of the GE Maven Extension 4 years ago
Nelson Osacky d438f69eef Upgrade to Gradle Enterperise Maven Extension 1.6.0
See gh-22614
4 years ago
Andy Wilkinson 60ff87155f Polish "Add Gradle Enterprise Extension"
See gh-22089
4 years ago
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
4 years ago
Andy Wilkinson eeaf057f47 Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson fd8a2691a5 Upgrade Maven Wrapper and drop back to Maven 3.5.4
See gh-16167
6 years ago
Stephane Nicoll 27d1af8ffa Merge branch '2.0.x' 6 years ago
Stephane Nicoll 6ed1f7c7eb Upgrade Maven wrapper to Maven 3.6.0
Closes gh-15123
6 years ago
Andy Wilkinson 5ef9b0f901 Increase the maximum heap size that is available to Maven 6 years ago
Stephane Nicoll e4442f4b14 Merge branch '1.5.x' into 2.0.x 6 years ago
Raja Kolli e4dd7ac959 Upgrade maven wrapper to Maven 3.5.4
Closes gh-13985
6 years ago
Stephane Nicoll 1a589178fe Merge branch '1.5.x' 7 years ago
Stephane Nicoll f711c96d39 Upgrade maven wrapper to Maven 3.5.3
Closes gh-12402
7 years ago
Stephane Nicoll 9965221378 Merge branch '1.5.x' 7 years ago
Sylwester Lachiewicz 0a6f5fb2be Update Apache Maven Central repository url
Closes gh-11190
7 years ago
Stephane Nicoll e79db1d9f5 Upgrade to Maven wrapper 3.5.2 7 years ago
Andy Wilkinson 6090fd3eb0 Merge branch '1.5.x' 7 years ago
Andy Wilkinson debf285772 Update the Maven Wrapper using Takari Maven Plugin 0.4.1
See gh-9928
7 years ago
Phillip Webb c81106b5e4 Increase JVM memory for Maven 7 years ago
Raja Kolli 01da13cfe3 Upgrade to Apache Maven 3.5.0
Closes gh-8889
8 years ago
Raja Dilip Kolli cf560a487e Upgrade to Maven 3.3.9
Closes gh-5662
9 years ago
Stephane Nicoll 651ab38f18 Add Maven wrapper
Closes gh-4193
9 years ago