mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Test against Gradle 6.9.3
Closes gh-32757
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ public final class GradleVersions {
|
||||
if (isJava16()) {
|
||||
return Arrays.asList("7.0.2", "7.1", "7.2", "7.3.3", "7.4.2", GradleVersion.current().getVersion());
|
||||
}
|
||||
return Arrays.asList("6.8.3", "6.9.2", "7.0.2", "7.1.1", "7.2", "7.3.3", "7.4.2",
|
||||
return Arrays.asList("6.8.3", "6.9.3", "7.0.2", "7.1.1", "7.2", "7.3.3", "7.4.2",
|
||||
GradleVersion.current().getVersion());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user