Skip to content
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

Reinstate Gradle support for heroku/buildpacks:{18,20} #264

Merged
merged 2 commits into from
Jun 15, 2022

Conversation

Malax
Copy link
Member

@Malax Malax commented Jun 15, 2022

heroku/java previously supported Gradle by mixing in the shimmed heroku/gradle buildpack. When we decided to make a clean cut and not have shimmed buildpacks in the CNB repository, support for Gradle in heroku/java was dropped.

This is obviously a major breaking change and this PR reinstates Gradle support by mirroring the order definition that was previously in heroku/java. This is not a complete fix since users that explicitly used heroku/java (i.e. --buildpack heroku/java with pack) will still get detection failures for Gradle. However, using the builder without explicit buildpacks will work fine for Gradle projects.

Closes GUS-W-11298364

@Malax Malax requested a review from a team as a code owner June 15, 2022 07:59
Copy link
Member

@edmorley edmorley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.circleci/config.yml Show resolved Hide resolved
@Malax Malax merged commit 4b56be1 into main Jun 15, 2022
@Malax Malax deleted the malax/buildpacks-18-20-gradle-support branch June 15, 2022 08:19
heroku-linguist bot added a commit that referenced this pull request Sep 17, 2024
## heroku/python

### Added

- The Python version can now be configured using a `.python-version` file. Both the `3.X` and `3.X.Y` version forms are supported. ([#272](heroku/buildpacks-python#272))

### Changed

- pip is now only available during the build, and is longer included in the final app image. ([#264](heroku/buildpacks-python#264))
- Improved the error messages shown when an end-of-life or unknown Python version is requested. ([#272](heroku/buildpacks-python#272))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants