@@ -38,7 +38,7 @@ void before() throws IOException {
3838
3939 @ CartesianProductTest (name = "smokeTest({arguments})" )
4040 @ CartesianValueSource (strings = {"test-project" , "test-project-kotlin" , "test-project-groovy" })
41- @ CartesianValueSource (strings = {"5.1" , "5.6" , "6.3" , "6.4.1" , "6.5.1" , "6.8.3" , "7.0" , "7.1" , "7. 2" })
41+ @ CartesianValueSource (strings = {"5.1" , "5.6" , "6.3" , "6.4.1" , "6.5.1" , "6.8.3" , "7.0" , "7.2" })
4242 void smokeTest (String projectName , String gradleVersion ) {
4343 LOGGER .lifecycle ("Executing smokeTest of {} with Gradle {}" , projectName , gradleVersion );
4444 if (!checkCombination (projectName , gradleVersion )) return ;
@@ -86,7 +86,7 @@ void smokeTestRun(String projectName, String gradleVersion) {
8686
8787 @ CartesianProductTest (name = "smokeTestJunit5({arguments})" )
8888 @ CartesianValueSource (strings = {"5.4.2/1.4.2" , "5.5.2/1.5.2" , "5.7.1/1.7.1" })
89- @ CartesianValueSource (strings = {"5.1" , "5.6" , "6.3" , "6.4.1" , "6.5.1" , "6.8.3" , "7.0" })
89+ @ CartesianValueSource (strings = {"5.1" , "5.6" , "6.3" , "6.4.1" , "6.5.1" , "6.8.3" , "7.0" , "7.2" })
9090 void smokeTestJunit5 (String junitVersionPair , String gradleVersion ) {
9191 LOGGER .lifecycle ("Executing smokeTestJunit5 with junitVersionPair {} and Gradle {}" , junitVersionPair , gradleVersion );
9292 var junitVersionParts = junitVersionPair .split ("/" );
@@ -107,8 +107,7 @@ void smokeTestJunit5(String junitVersionPair, String gradleVersion) {
107107 }
108108
109109 @ CartesianProductTest (name = "smokeTestMixed({arguments})" )
110- // It currently fails with Gradle 7.0
111- @ CartesianValueSource (strings = {"5.1" , "5.6" , "6.3" , "6.4.1" , "6.5.1" , "6.8.3" /*, "7.0"*/ })
110+ @ CartesianValueSource (strings = {"5.1" , "5.6" , "6.3" , "6.4.1" , "6.5.1" , "6.8.3" , "7.0" , "7.2" })
112111 void smokeTestMixed (String gradleVersion ) {
113112 LOGGER .lifecycle ("Executing smokeTestMixed with Gradle {}" , gradleVersion );
114113 var result = GradleRunner .create ()
@@ -220,8 +219,7 @@ void smokeTestRunDemo(String projectName, String gradleVersion) {
220219
221220 @ CartesianProductTest (name = "smokeTestRunStartScripts({arguments})" )
222221 @ CartesianValueSource (strings = {"test-project" , "test-project-kotlin" , "test-project-groovy" })
223- // Fails with Gradle versions >= 6.6.
224- @ CartesianValueSource (strings = {"5.1" , "5.6" , "6.3" , "6.4.1" , "6.5.1" /*, "6.8.3", "7.0", "7.2"*/ })
222+ @ CartesianValueSource (strings = {"5.1" , "5.6" , "6.3" , "6.4.1" , "6.5.1" , "6.8.3" , "7.0" , "7.2" })
225223 void smokeTestRunStartScripts (String projectName , String gradleVersion ) {
226224 LOGGER .lifecycle ("Executing smokeTestRunScripts of {} with Gradle {}" , projectName , gradleVersion );
227225 if (!checkCombination (projectName , gradleVersion )) return ;
0 commit comments