@@ -31,6 +31,7 @@ class IntegrationSpec extends Specification {
31
31
32
32
where :
33
33
agpVersion | gradleVersion || numMethods | numClasses | numFields
34
+ " 8.8.0-alpha08" | " 8.10.2" || 6934 | 1023 | 2528
34
35
" 8.7.2" | " 8.10.2" || 6934 | 1023 | 2528
35
36
" 8.3.0" | " 8.4" || 6932 | 1023 | 2528
36
37
" 8.2.0" | " 8.4" || 6932 | 1023 | 2528
@@ -64,6 +65,7 @@ class IntegrationSpec extends Specification {
64
65
65
66
where :
66
67
agpVersion | gradleVersion || numMethods | numClasses | numFields
68
+ " 8.8.0-alpha08" | " 8.10.2" || 4 | 3 | 0
67
69
" 8.7.2" | " 8.10.2" || 4 | 3 | 0
68
70
" 8.3.0" | " 8.4" || 4 | 3 | 0
69
71
" 8.2.0" | " 8.4" || 4 | 3 | 0
@@ -97,6 +99,7 @@ class IntegrationSpec extends Specification {
97
99
98
100
where :
99
101
agpVersion | gradleVersion || numMethods | numClasses | numFields
102
+ " 8.8.0-alpha08" | " 8.10.2" || 4243 | 725 | 1265
100
103
" 8.7.2" | " 8.10.2" || 4243 | 725 | 1265
101
104
" 8.3.0" | " 8.4" || 4240 | 725 | 1265
102
105
" 8.2.0" | " 8.4" || 4240 | 725 | 1265
@@ -130,6 +133,7 @@ class IntegrationSpec extends Specification {
130
133
131
134
where :
132
135
agpVersion | gradleVersion || numMethods | numClasses | numFields
136
+ " 8.8.0-alpha08" | " 8.10.2" || 6934 | 1023 | 2528
133
137
" 8.7.2" | " 8.10.2" || 6934 | 1023 | 2528
134
138
" 8.3.0" | " 8.4" || 6932 | 1023 | 2528
135
139
" 8.2.0" | " 8.4" || 6932 | 1023 | 2528
0 commit comments