Skip to content

Commit 0bb7a67

Browse files
committed
add and exception
1 parent 76074c1 commit 0bb7a67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ 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+
if (gradleVersionUnderTest == "7.4") {
77+
// affected by long since bugs in gradle
78+
exclude("**/*ConfigurationCacheTest.class")
79+
}
7680
exclude("**/initialization/**") // Settings plugin only for Gradle 8.8+
7781
}
7882
}

0 commit comments

Comments
 (0)