We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68907b commit 6407f6cCopy full SHA for 6407f6c
src/test/groovy/org/gradle/android/WorkaroundTest.groovy
@@ -7,7 +7,7 @@ class WorkaroundTest extends Specification {
7
8
@Unroll
9
def "applies the right workarounds for Android #androidVersion"() {
10
- def workarounds = AndroidCacheFixPlugin.getWorkaroundsToApply(android(androidVersion))
+ def workarounds = AndroidCacheFixPlugin.getWorkaroundsToApply(Versions.android(androidVersion))
11
expect:
12
workarounds.collect { it.class.simpleName.replaceAll(/_Workaround/, "") }.sort() == expectedWorkarounds.sort()
13
where:
0 commit comments