Skip to content

Commit

Permalink
Tweaks after Gradle CNB availability
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Sep 19, 2023
1 parent d0ec832 commit 166c344
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
include:
- builder: builder-classic-22
language: clojure
exclude:
- builder: builder-22
language: gradle
steps:
- name: Checkout getting started guide
uses: actions/checkout@v3
Expand Down
18 changes: 0 additions & 18 deletions buildpacks-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,3 @@ version = "0.17.0"
[[order.group]]
id = "heroku/java"
version = "3.1.0"

# 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.
# To maintain backwards compatibility, we have this order definition here that mirrors what was in heroku/java
# previously. It can be removed when the heroku/java CNB supports Gradle again.
[[order]]
[[order.group]]
id = "heroku/jvm"
version = "3.1.0"

[[order.group]]
id = "heroku/gradle"
version = "0.0.0"

[[order.group]]
id = "heroku/procfile"
version = "2.0.1"
optional = true

0 comments on commit 166c344

Please sign in to comment.