Skip to content

Commit 7322c07

Browse files
Merge branch '2.7.x' into 3.0.x
Closes spring-projectsgh-37549
2 parents 514420a + 98bfaf0 commit 7322c07

File tree

20 files changed

+0
-100
lines changed

20 files changed

+0
-100
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ plugins {
33
id 'org.springframework.boot' version '{version}'
44
}
55

6-
java {
7-
sourceCompatibility = '1.8'
8-
targetCompatibility = '1.8'
9-
}
10-
116
bootBuildImage {
127
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.1"
138
pullPolicy = "IF_NOT_PRESENT"

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ plugins {
33
id 'org.springframework.boot' version '{version}'
44
}
55

6-
java {
7-
sourceCompatibility = '1.8'
8-
targetCompatibility = '1.8'
9-
}
10-
116
bootBuildImage {
127
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.1"
138
pullPolicy = "IF_NOT_PRESENT"

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ plugins {
33
id 'org.springframework.boot' version '{version}'
44
}
55

6-
java {
7-
sourceCompatibility = '1.8'
8-
targetCompatibility = '1.8'
9-
}
10-
116
bootBuildImage {
127
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.1"
138
pullPolicy = "IF_NOT_PRESENT"

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ plugins {
33
id 'org.springframework.boot' version '{version}'
44
}
55

6-
java {
7-
sourceCompatibility = '1.8'
8-
targetCompatibility = '1.8'
9-
}
10-
116
bootBuildImage {
127
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.1"
138
pullPolicy = "IF_NOT_PRESENT"

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ plugins {
33
id 'org.springframework.boot' version '{version}'
44
}
55

6-
java {
7-
sourceCompatibility = '1.8'
8-
targetCompatibility = '1.8'
9-
}
10-
116
bootBuildImage {
127
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.1"
138
pullPolicy = "IF_NOT_PRESENT"

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '{version}'
44
}
5-
6-
java {
7-
sourceCompatibility = '1.8'
8-
targetCompatibility = '1.8'
9-
}

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ plugins {
33
id 'org.springframework.boot' version '{version}'
44
}
55

6-
java {
7-
sourceCompatibility = '1.8'
8-
targetCompatibility = '1.8'
9-
}
10-
116
bootBuildImage {
127
imageName = "example/test-image-custom"
138
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.1"

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ plugins {
33
id 'org.springframework.boot' version '{version}'
44
}
55

6-
java {
7-
sourceCompatibility = '1.8'
8-
targetCompatibility = '1.8'
9-
}
10-
116
bootBuildImage {
127
imageName = "example/test-image-name"
138
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.1"

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ plugins {
33
id 'org.springframework.boot' version '{version}'
44
}
55

6-
java {
7-
sourceCompatibility = '1.8'
8-
targetCompatibility = '1.8'
9-
}
10-
116
bootJar {
127
launchScript()
138
}

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ if (project.hasProperty('applyWarPlugin')) {
77
apply plugin: 'war'
88
}
99

10-
java {
11-
sourceCompatibility = '1.8'
12-
targetCompatibility = '1.8'
13-
}
14-
1510
bootBuildImage {
1611
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.1"
1712
pullPolicy = "IF_NOT_PRESENT"

0 commit comments

Comments
 (0)