Skip to content

Commit

Permalink
JVM Provider Non Optional
Browse files Browse the repository at this point in the history
At least a single buildpack within a group should be non-optional in order to
ensure that it doesn't always pass.

Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale committed May 13, 2020
1 parent 7fa3a94 commit 2563e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ homepage = "https://github.com/paketo-buildpacks/java"
group = [

### Order is strictly enforced
{ id = "paketo-buildpacks/bellsoft-liberica", version="2.5.3", optional = true },
{ id = "paketo-buildpacks/bellsoft-liberica", version="2.5.3" },
{ id = "paketo-buildpacks/gradle", version="1.1.3", optional = true },
{ id = "paketo-buildpacks/maven", version="1.3.0", optional = true },
{ id = "paketo-buildpacks/sbt", version="1.1.3", optional = true },
Expand Down

0 comments on commit 2563e84

Please sign in to comment.