Skip to content

Commit

Permalink
Make web the default process for Java (to fix CircleCI)
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <narellano@vmware.com>
  • Loading branch information
natalieparellano committed Jul 25, 2023
1 parent 16890c5 commit 8fa4447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildpacks/java-maven/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ for jar_file in $(find "$target_dir" -maxdepth 1 -name "*.jar" -type f); do
[[processes]]
type = "web"
command = ["java", "-jar", "${jar_file}"]
default = true
EOL
break;
done

0 comments on commit 8fa4447

Please sign in to comment.