Skip to content

Commit

Permalink
Remove '=true' from BP_MAVEN_BUILD_ARGUMENTS
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Risberg <trisberg@pivotal.io>
  • Loading branch information
trisberg committed Jan 20, 2023
1 parent ac61f77 commit 04e00bc
Show file tree
Hide file tree
Showing 2 changed files with 5,829 additions and 5,829 deletions.
2 changes: 1 addition & 1 deletion templates/springboot/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildEnvs:
- name: BP_JVM_VERSION
value: "17"
- name: BP_MAVEN_BUILD_ARGUMENTS
value: "-Pnative -Dmaven.test.skip=true --no-transfer-progress package"
value: "-Pnative -Dmaven.test.skip --no-transfer-progress package"
healthEndpoints:
liveness: /actuator/health
readiness: /actuator/health
Loading

0 comments on commit 04e00bc

Please sign in to comment.