How do I use Paketo buildpacks for Java 21 #279
Closed
Aleksander-Dorkov
started this conversation in
Java Team
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
pack build test-img --builder paketobuildpacks/builder-jammy-base --path .
or
pack build test-img --builder paketobuildpacks/builder-jammy-buildpackless-static --buildpack paketo-buildpacks/java --path .
I am getting
I am asuming this is because I am using java 21 and the buildpack according to its logs is expecting 17, how do I use
paketobuildpacks
for java 21Beta Was this translation helpful? Give feedback.
All reactions