Skip to content

Commit 7c7079f

Browse files
Merge branch '2.3.x'
2 parents 092bbd1 + 4c6a722 commit 7c7079f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/docs/PackagingDocumentationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ void bootJarLayeredExcludeTools() throws IOException {
224224
void bootBuildImageWithCustomBuildpackJvmVersion() throws IOException {
225225
BuildResult result = this.gradleBuild.script("src/docs/gradle/packaging/boot-build-image-env")
226226
.build("bootBuildImageEnvironment");
227-
assertThat(result.getOutput()).contains("BP_JVM_VERSION=13.0.1");
227+
assertThat(result.getOutput()).contains("BP_JVM_VERSION=8.*");
228228
}
229229

230230
@TestTemplate

0 commit comments

Comments
 (0)