mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add missing expected deprecation
See gh-50793
This commit is contained in:
+2
@@ -315,6 +315,8 @@ class PaketoBuilderTests {
|
||||
// these deprecations are from native image buildpacks
|
||||
this.gradleBuild.expectDeprecationMessages("Using a deprecated option --report-unsupported-elements-at-runtime",
|
||||
"The option is deprecated and will be removed in the future.");
|
||||
this.gradleBuild
|
||||
.expectDeprecationMessages("Using a Project object as a dependency notation has been deprecated");
|
||||
writeMainClass();
|
||||
String imageName = "paketo-integration/" + this.gradleBuild.getProjectDir().getName();
|
||||
ImageReference imageReference = ImageReference.of(ImageName.of(imageName));
|
||||
|
||||
Reference in New Issue
Block a user