File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def isCI = (System.getenv('CI') ?: 'false').toBoolean()
18
18
// Maps supported Android plugin versions to the versions of Gradle that support it
19
19
def sevenDotZeroNightly = " 7.0-20210222153642+0000"
20
20
def supportedVersions = [
21
- " 7.0.0-alpha06 " : [" 6.8.3" , sevenDotZeroNightly],
21
+ " 7.0.0-alpha08 " : [" 6.8.3" , sevenDotZeroNightly],
22
22
" 4.2.0-beta05" : [" 6.8.3" , sevenDotZeroNightly],
23
23
" 4.1.2" : [" 6.5.1" , " 6.8.3" ],
24
24
" 4.0.2" : [" 6.1.1" , " 6.8.3" ],
@@ -142,7 +142,7 @@ supportedVersions.keySet().each { androidVersion ->
142
142
def versionSpecificTest = tasks. register(androidTestTaskName(androidVersion), Test ) {
143
143
description = " Runs the multi-version tests for AGP ${ androidVersion} "
144
144
group = " verification"
145
-
145
+
146
146
javaLauncher = javaToolchains. launcherFor {
147
147
languageVersion = jdkVersionFor(androidVersion)
148
148
}
@@ -176,4 +176,4 @@ tasks.register("sanityCheck") {
176
176
tasks. withType(ValidatePlugins ). configureEach {
177
177
failOnWarning = true
178
178
enableStricterValidation = true
179
- }
179
+ }
You can’t perform that action at this time.
0 commit comments