Skip to content

Commit

Permalink
Merge pull request #52 from heroku/create-pull-request/patch-32keqmf
Browse files Browse the repository at this point in the history
Post-release updates: heroku/gradle 0.0.35
  • Loading branch information
Malax authored Feb 23, 2021
2 parents 3ebdccb + a2871c9 commit 251d981
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions meta-buildpacks/java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
* Upgraded `heroku/gradle` to `0.0.35`
* Upgraded `heroku/maven` to `0.2.2`
* Upgraded `heroku/jvm` to `0.1.4`

Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/java/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ optional = true

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

[[order.group]]
id = "heroku/procfile"
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/java/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-buildpack@sha256:9628a7b72926
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:0f16d1abcba8a1fcea3a77343e2e11f7902ec19121d1a672f067a8d100620f05"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-gradle-buildpack@sha256:7163f393470de8255fe03e06d55d3ae7bf59bf683f4ff2651ed92b6538eed0ad"
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-gradle-buildpack@sha256:3ee7cce8ba4f2c7496a92aae18a720016a3dccbec44c81e6a68f213a681dabbc"

[[dependencies]]
uri = "docker://docker.io/heroku/procfile-cnb@sha256:74881b33e1e33eea38b419e667b0a99ac50e536727eeefd1b2eeb7ff3a937ffd"
2 changes: 2 additions & 0 deletions shimmed-buildpacks/gradle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.35] 2021/02/23

## [0.0.35]
This release is based on a classic Heroku buildpack via [cnb-shim](https://github.com/heroku/cnb-shim). The changelog
for that release can be found here: https://github.com/heroku/heroku-buildpack-gradle/blob/main/CHANGELOG.md#v35
Expand Down
2 changes: 1 addition & 1 deletion shimmed-buildpacks/gradle/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.4"

[buildpack]
id = "heroku/gradle"
version = "0.0.35"
version = "0.0.36"
name = "Gradle"
homepage = "https://github.com/heroku/heroku-buildpack-gradle"
description = "Official Heroku buildpack for Gradle applications."
Expand Down
2 changes: 1 addition & 1 deletion test/meta-buildpacks/java/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ optional = true

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

[[order.group]]
id = "heroku/procfile"
Expand Down

0 comments on commit 251d981

Please sign in to comment.