Skip to content

Commit

Permalink
Missing versions in WorkaroundTest (#781)
Browse files Browse the repository at this point in the history
Missing versions in WorkaroundTest
  • Loading branch information
cdsap authored Nov 25, 2024
2 parents 74128d0 + 0b9bff9 commit e30a3a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/groovy/org/gradle/android/WorkaroundTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ class WorkaroundTest extends Specification {
workarounds.collect { it.class.simpleName.replaceAll(/Workaround/, "") }.sort() == expectedWorkarounds.sort()
where:
androidVersion | expectedWorkarounds
"8.7.0-alpha07" | ['JdkImage']
"8.6.0-rc01" | ['JdkImage']
"8.8.0-beta01" | ['JdkImage']
"8.7.2" | ['JdkImage']
"8.6.1" | ['JdkImage']
"8.5.2" | ['JdkImage']
"8.4.2" | ['JdkImage']
"8.3.2" | ['MergeSourceSetFolders', 'JdkImage']
Expand Down

0 comments on commit e30a3a9

Please sign in to comment.