PaketoBuilderTests.java (spring-boot-2.7.3) | : | PaketoBuilderTests.java (spring-boot-2.7.4) | ||
---|---|---|---|---|
skipping to change at line 65 | skipping to change at line 65 | |||
/** | /** | |||
* Integration tests for the Paketo builder and buildpacks. | * Integration tests for the Paketo builder and buildpacks. | |||
* | * | |||
* See | * See | |||
* https://paketo.io/docs/buildpacks/language-family-buildpacks/java/#additional -metadata | * https://paketo.io/docs/buildpacks/language-family-buildpacks/java/#additional -metadata | |||
* | * | |||
* @author Scott Frederick | * @author Scott Frederick | |||
*/ | */ | |||
@ExtendWith({ GradleBuildInjectionExtension.class, GradleBuildExtension.class }) | @ExtendWith({ GradleBuildInjectionExtension.class, GradleBuildExtension.class }) | |||
@EnabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_17) | @EnabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_18) | |||
class PaketoBuilderTests { | class PaketoBuilderTests { | |||
GradleBuild gradleBuild; | GradleBuild gradleBuild; | |||
@BeforeEach | @BeforeEach | |||
void configureGradleBuild() { | void configureGradleBuild() { | |||
this.gradleBuild.scriptProperty("systemTestMavenRepository", | this.gradleBuild.scriptProperty("systemTestMavenRepository", | |||
new File("build/system-test-maven-repository").ge tAbsoluteFile().toURI().toASCIIString()); | new File("build/system-test-maven-repository").ge tAbsoluteFile().toURI().toASCIIString()); | |||
this.gradleBuild.expectDeprecationMessages("BPL_SPRING_CLOUD_BIND INGS_ENABLED.*true.*Deprecated"); | this.gradleBuild.expectDeprecationMessages("BPL_SPRING_CLOUD_BIND INGS_ENABLED.*true.*Deprecated"); | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |