-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update heroku/buildpacks-jvm to v3.1.0 #381
Conversation
## heroku/gradle ### Added * Initial release ## heroku/java - Updated `heroku/procfile` to `2.0.1`. ([#568](heroku/buildpacks-jvm#568)) - Updated `heroku/gradle` to `3.1.0`. - Updated `heroku/jvm` to `3.1.0`. - Updated `heroku/maven` to `3.1.0`. ## heroku/java-function - Updated `heroku/jvm-function-invoker` to `3.1.0`. - Updated `heroku/jvm` to `3.1.0`. - Updated `heroku/maven` to `3.1.0`. ## heroku/jvm * Default version for **OpenJDK 11** is now `11.0.20.1`. ([#582](heroku/buildpacks-jvm#582)) * Default version for **OpenJDK 17** is now `17.0.8.1`. ([#582](heroku/buildpacks-jvm#582)) ## heroku/jvm-function-invoker - No changes. ## heroku/maven - No changes. ## heroku/sbt - No changes. ## heroku/scala - Updated `heroku/procfile` to `2.0.1`. ([#568](heroku/buildpacks-jvm#568)) - Updated `heroku/jvm` to `3.1.0`. - Updated `heroku/sbt` to `3.1.0`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gradle is missing here because it's a new buildpack - I'll fix this PR up manually.
I presume this is because the CNB automation doesn't handle this case automatically? Could you also file an issue for adding support? :-) |
My comment earlier wasn't entirely correct - it is missing, but that's actually what we want. We also don't have Maven or sbt CNBs directly in the builder so that's fine. I do need to disable a handful of workarounds me made when Gradle didn't have a CNB. |
Ah I was thinking from the changelog too, but I see the "initial release" for heroku/gradle in in the PR description already :-) |
Ah the languages list here can be updated too: |
Let's do that separately, Scala is also missing. I'll open a PR right after this one. (#383) |
heroku/gradle
Added
heroku/java
heroku/procfile
to2.0.1
. (#568)heroku/gradle
to3.1.0
.heroku/jvm
to3.1.0
.heroku/maven
to3.1.0
.heroku/java-function
heroku/jvm-function-invoker
to3.1.0
.heroku/jvm
to3.1.0
.heroku/maven
to3.1.0
.heroku/jvm
11.0.20.1
. (#582)17.0.8.1
. (#582)heroku/jvm-function-invoker
heroku/maven
heroku/sbt
heroku/scala
heroku/procfile
to2.0.1
. (#568)heroku/jvm
to3.1.0
.heroku/sbt
to3.1.0
.