Skip to content

Commit

Permalink
fix: the cloudfoundry jar filenames (#120)
Browse files Browse the repository at this point in the history
Signed-off-by: Harikrishnan Balagopal <[email protected]>
  • Loading branch information
HarikrishnanBalagopal authored Feb 2, 2022
1 parent 7b95ffc commit e1b8a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/enterprise-app/src/gateway/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ applications:
random-route: true
instances: 1
buildpack: https://github.com/cloudfoundry/java-buildpack
path: target/gateway-2.0.0-SNAPSHOT-exec.jar
path: target/ROOT.jar
2 changes: 1 addition & 1 deletion samples/enterprise-app/src/orders/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ applications:
random-route: true
instances: 1
buildpack: https://github.com/cloudfoundry/java-buildpack
path: target/orders-2.0.0-SNAPSHOT-exec.jar
path: target/ROOT.jar

0 comments on commit e1b8a8b

Please sign in to comment.