Skip to content

Commit

Permalink
Fix test for Java version in image building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed Aug 12, 2020
1 parent 005ed8b commit 4c6a722
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -226,7 +226,7 @@ void bootJarLayeredExcludeTools() throws IOException {
void bootBuildImageWithCustomBuildpackJvmVersion() throws IOException {
BuildResult result = this.gradleBuild.script("src/docs/gradle/packaging/boot-build-image-env")
.build("bootBuildImageEnvironment");
assertThat(result.getOutput()).contains("BP_JVM_VERSION=13.0.1");
assertThat(result.getOutput()).contains("BP_JVM_VERSION=8.*");
}

@TestTemplate
Expand Down

0 comments on commit 4c6a722

Please sign in to comment.