diff --git a/buildpacks/maven/CHANGELOG.md b/buildpacks/maven/CHANGELOG.md index e8b0b5c0..8d55565b 100644 --- a/buildpacks/maven/CHANGELOG.md +++ b/buildpacks/maven/CHANGELOG.md @@ -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 diff --git a/buildpacks/maven/buildpack.toml b/buildpacks/maven/buildpack.toml index 41ff2977..5632c5a9 100644 --- a/buildpacks/maven/buildpack.toml +++ b/buildpacks/maven/buildpack.toml @@ -1,4 +1,4 @@ -api = "0.4" +api = "0.5" [buildpack] id = "heroku/maven" @@ -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]