Skip to content

Commit

Permalink
Merge branch 'tiny-support' into main
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale committed Jul 9, 2020
2 parents de5f549 + 51df0f2 commit a4bdced
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ homepage = "https://github.com/paketo-buildpacks/gradle"
[[stacks]]
id = "io.buildpacks.stacks.bionic"

[[stacks]]
id = "io.paketo.stacks.tiny"

[[stacks]]
id = "org.cloudfoundry.stacks.cflinuxfs3"

Expand All @@ -49,7 +52,7 @@ name = "Gradle"
version = "6.5.1"
uri = "https://downloads.gradle.org/distributions/gradle-6.5.1-bin.zip"
sha256 = "50a7d30529fa939721fe9268a0205142f3f2302bcac5fb45b27a3902e58db54a"
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]
stacks = [ "io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
Expand Down

0 comments on commit a4bdced

Please sign in to comment.