@@ -31,6 +31,7 @@ class IntegrationSpec extends Specification {
3131
3232 where :
3333 agpVersion | gradleVersion || numMethods | numClasses | numFields
34+ " 8.8.0-alpha08" | " 8.10.2" || 6934 | 1023 | 2528
3435 " 8.7.2" | " 8.10.2" || 6934 | 1023 | 2528
3536 " 8.3.0" | " 8.4" || 6932 | 1023 | 2528
3637 " 8.2.0" | " 8.4" || 6932 | 1023 | 2528
@@ -64,6 +65,7 @@ class IntegrationSpec extends Specification {
6465
6566 where :
6667 agpVersion | gradleVersion || numMethods | numClasses | numFields
68+ " 8.8.0-alpha08" | " 8.10.2" || 4 | 3 | 0
6769 " 8.7.2" | " 8.10.2" || 4 | 3 | 0
6870 " 8.3.0" | " 8.4" || 4 | 3 | 0
6971 " 8.2.0" | " 8.4" || 4 | 3 | 0
@@ -97,6 +99,7 @@ class IntegrationSpec extends Specification {
9799
98100 where :
99101 agpVersion | gradleVersion || numMethods | numClasses | numFields
102+ " 8.8.0-alpha08" | " 8.10.2" || 4243 | 725 | 1265
100103 " 8.7.2" | " 8.10.2" || 4243 | 725 | 1265
101104 " 8.3.0" | " 8.4" || 4240 | 725 | 1265
102105 " 8.2.0" | " 8.4" || 4240 | 725 | 1265
@@ -130,6 +133,7 @@ class IntegrationSpec extends Specification {
130133
131134 where :
132135 agpVersion | gradleVersion || numMethods | numClasses | numFields
136+ " 8.8.0-alpha08" | " 8.10.2" || 6934 | 1023 | 2528
133137 " 8.7.2" | " 8.10.2" || 6934 | 1023 | 2528
134138 " 8.3.0" | " 8.4" || 6932 | 1023 | 2528
135139 " 8.2.0" | " 8.4" || 6932 | 1023 | 2528
0 commit comments