mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '2.6.x' into 2.7.x
Closes gh-32410
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ import static org.assertj.core.api.Assertions.entry;
|
||||
* @author Scott Frederick
|
||||
*/
|
||||
@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 {
|
||||
|
||||
GradleBuild gradleBuild;
|
||||
|
||||
Reference in New Issue
Block a user