Correct grouping of custom buildpacks

This commit corrects the order.toml file that is generated and added
to the builder when building an image using custom buildpacks with the
Maven or Gradle plugin in order to support buildpacks that depend on
detection as a group.

Fixes gh-25378
This commit is contained in:
Scott Frederick
2021-02-23 13:56:57 -06:00
parent 9c24ca06ae
commit 76e42ff96f
9 changed files with 45 additions and 58 deletions

View File

@@ -203,7 +203,7 @@ class BootBuildImageIntegrationTests {
}
@TestTemplate
void buildsImageWithBuildpackFromImage() throws IOException {
void buildsImageWithBuildpacksFromImages() throws IOException {
writeMainClass();
writeLongNameResource();
BuildResult result = this.gradleBuild.build("bootBuildImage", "--pullPolicy=IF_NOT_PRESENT");