Skip to content

Commit 980aa61

Browse files
committed
Fix build failure
See gh-29290
1 parent 7afae4a commit 980aa61

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootBuildImageIntegrationTests-buildsImageWithWarPackagingAndJarConfiguration.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ plugins {
33
id 'org.springframework.boot' version '{version}'
44
}
55

6-
bootBuildImage {
7-
jar = bootWar.archiveFile
8-
}
9-
106
sourceCompatibility = '1.8'
117
targetCompatibility = '1.8'
128

139
bootBuildImage {
1410
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.1"
11+
archiveFile = bootWar.archiveFile
1512
}

0 commit comments

Comments
 (0)