Skip to content

Commit

Permalink
loosen stack requirement by supporting the "any stack" stack id (#114)
Browse files Browse the repository at this point in the history
This lets any linux distro use the maven buildpack
  • Loading branch information
hone authored Jul 16, 2021
1 parent 84ad7c8 commit b7d0616
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions buildpacks/maven/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ 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]
### Added
* Loosen stack requiremets allowing any linux distro use this buildpacak

## [0.2.3] 2021/05/05
### Added
Expand Down
6 changes: 5 additions & 1 deletion buildpacks/maven/buildpack.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api = "0.4"
api = "0.5"

[buildpack]
id = "heroku/maven"
Expand All @@ -21,6 +21,10 @@ id = "heroku-20"
[[stacks]]
id = "io.buildpacks.stacks.bionic"

# The buildpack does not use any platform specific tooling, but are only tested against heroku/ubuntu stacks.
[[stacks]]
id = "*"

[metadata]

[metadata.release]
Expand Down

0 comments on commit b7d0616

Please sign in to comment.