Skip to content

Commit

Permalink
fix(backend): fail to build container
Browse files Browse the repository at this point in the history
 * seems to be about the paketo build pack
 * apparently solved by using BP_JVM_VERSION 21 (from 20)
  • Loading branch information
TobiasKampmann committed Nov 28, 2023
1 parent 365b5a6 commit 20c5375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tasks.named('test') {
}

tasks.named('bootBuildImage') {
environment["BP_JVM_VERSION"] = "20"
environment["BP_JVM_VERSION"] = "21"
// https://paketo.io/docs/howto/configuration/
environment["BPE_SPRING_PROFILES_ACTIVE"] = "docker"
}

0 comments on commit 20c5375

Please sign in to comment.