Skip to content

Commit cbacb93

Browse files
committed
Tweak comment
1 parent cdaf79f commit cbacb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ testing.suites.named<JvmTestSuite>("test") {
7373
description = "Runs tests against Gradle $gradleVersionUnderTest"
7474
systemProperty("gradleVersionUnderTest", gradleVersionUnderTest)
7575
exclude("**/*SamplesTest.class") // Not yet cross-version ready
76-
exclude("**/initialization/**") // Settings plugin only for latest Gradle version
76+
exclude("**/initialization/**") // Settings plugin only for Gradle 8.8+
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)