You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## heroku/gradle
### Added
- The buildpack will add a default process type if a supported framework is detected and the expected build output is found. This mirrors the same feature from the Maven buildpack. ([#726](#726))
- Support for the Micronaut and Quarkus frameworks. Both previously worked with the buildpack but required some configuration. Unless heavily customized, no build task needs to be specified anymore. ([#726](#726))
## heroku/java
### Changed
- Updated `heroku/gradle` to `6.0.2`.
- Updated `heroku/jvm` to `6.0.2`.
- Updated `heroku/maven` to `6.0.2`.
## heroku/java-function
### Changed
- Updated `heroku/jvm-function-invoker` to `6.0.2`.
- Updated `heroku/jvm` to `6.0.2`.
- Updated `heroku/maven` to `6.0.2`.
## heroku/jvm
- No changes.
## heroku/jvm-function-invoker
- No changes.
## heroku/maven
- No changes.
## heroku/sbt
- No changes.
## heroku/scala
### Changed
- Updated `heroku/jvm` to `6.0.2`.
- Updated `heroku/sbt` to `6.0.2`.
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Copy file name to clipboardexpand all lines: buildpacks/gradle/CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [6.0.2] - 2024-09-25
11
+
10
12
### Added
11
13
12
14
- The buildpack will add a default process type if a supported framework is detected and the expected build output is found. This mirrors the same feature from the Maven buildpack. ([#726](https://github.com/heroku/buildpacks-jvm/pull/726))
@@ -76,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments