v74 - 2024-10-04
- Add default process type for Micronaut and Quarkus. (#224)
v73 - 2023-08-14
v72 - 2022-06-14
- Adjust curl retry and connection timeout handling
- Vendor buildpack-stdlib rather than downloading it at build time
- Switch to the recommended regional S3 domain instead of the global one
v71 - 2022-06-07
- Add heroku-22 support
v70 - 2022-05-18
- Remove heroku-16 support
- Remove Cloud Native Buildpack support. Development of Heroku JVM Cloud Native Buildpacks now takes place in a dedicated repository: https://github.com/heroku/buildpacks-jvm
v69 - 2021-01-13
- Upgrade CNB API compatibility version to 0.4
v68 - 2020-11-17
- Enable heroku-20 testing
v67 - 2020-10-12
- Update tests
v66 - 2019-12-17
- Add support for Cloud Native Buildpacks API
- Add support for Maven wrapper without binary JAR by removing check for .mvn/wrapper/maven-wrapper.jar
v65 - 2019-10-14
- Upgrade default Maven version to 3.6.2
- Add support for Maven 3.5 and 3.6
- Cache system.properties file
- Add support for MAVEN_HEROKU_CI_GOAL
- Improved error behavior for MAVEN_SETTINGS_URL
- Changed location of JVM common buildpack
- Add support for settings.xml in bin/test
- Added mcount of kotlin and groovy files in the repo
- PR #92: Fix some Bash issues
- Added measurement of build time with and without cache
- Added message when pom.xml is not found
- Use latest version of Maven by default
- Upgrade to Maven 3.3.9
- Add retry option to curl commands
- Added dependency:list to maven commands
- Upgrade default Maven to 3.3.3
- Upgrade default JDK to 8u51
- Added a new config var for customizing Maven options:
MAVEN_JAVA_OPTS