Skip to content

Commit b6462f7

Browse files
committed
Merge branch '812-config-yml' into main
Signed-off-by: Ben Hale <[email protected]>
2 parents 6a797d7 + 3789c7a commit b6462f7

16 files changed

+53
-102
lines changed

.idea/codeStyles/Project.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/All_Tests__2_3_.xml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.idea/runConfigurations/All_Tests__2_5_.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/All_Tests__2_6_.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/All_Tests__2_4_.xml renamed to .idea/runConfigurations/All_Tests__2_7_.xml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Without_Integration_Tests__2_3_.xml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.idea/runConfigurations/Without_Integration_Tests__2_5_.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Without_Integration_Tests__2_6_.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Without_Integration_Tests__2_4_.xml renamed to .idea/runConfigurations/Without_Integration_Tests__2_7_.xml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ require 'java_buildpack/buildpack'
2424

2525
app_dir = ARGV[0]
2626

27-
JavaBuildpack::Buildpack.with_buildpack(app_dir, 'Compile failed with exception %s', &:compile)
27+
JavaBuildpack::Buildpack.with_buildpack(app_dir, nil, nil, 'Compile failed with exception %s', &:compile)

0 commit comments

Comments
 (0)