Commit 7c7079f9 authored by Scott Frederick's avatar Scott Frederick

Merge branch '2.3.x'

parents 092bbd19 4c6a722f
...@@ -224,7 +224,7 @@ class PackagingDocumentationTests { ...@@ -224,7 +224,7 @@ class PackagingDocumentationTests {
void bootBuildImageWithCustomBuildpackJvmVersion() throws IOException { void bootBuildImageWithCustomBuildpackJvmVersion() throws IOException {
BuildResult result = this.gradleBuild.script("src/docs/gradle/packaging/boot-build-image-env") BuildResult result = this.gradleBuild.script("src/docs/gradle/packaging/boot-build-image-env")
.build("bootBuildImageEnvironment"); .build("bootBuildImageEnvironment");
assertThat(result.getOutput()).contains("BP_JVM_VERSION=13.0.1"); assertThat(result.getOutput()).contains("BP_JVM_VERSION=8.*");
} }
@TestTemplate @TestTemplate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment