Upgrade to Gradle 6.2
See gh-20213
This commit is contained in:
committed by
Andy Wilkinson
parent
16111f126e
commit
866c441d70
@@ -43,10 +43,10 @@ public final class GradleCompatibilityExtension implements TestTemplateInvocatio
|
||||
|
||||
static {
|
||||
if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_13)) {
|
||||
GRADLE_VERSIONS = Arrays.asList("6.0.1", "default");
|
||||
GRADLE_VERSIONS = Arrays.asList("6.0.1", "6.1.1", "default");
|
||||
}
|
||||
else {
|
||||
GRADLE_VERSIONS = Arrays.asList("5.6.4", "6.0.1", "default");
|
||||
GRADLE_VERSIONS = Arrays.asList("5.6.4", "6.0.1", "6.1.1", "default");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user