We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2adc18 commit f9d14daCopy full SHA for f9d14da
plugin-gradle/src/test/java/com/diffplug/gradle/spotless/GitRatchetGradleTest.java
@@ -54,7 +54,8 @@ protected GradleRunner gradleRunner() throws IOException {
54
}
55
56
@ParameterizedTest
57
- @ValueSource(ints = {0, 1})
+ //@ValueSource(ints = {0, 1}) // TODO: this is a flaky configuration cache issue that started with Gradle 8.5
58
+ @ValueSource(ints = {0})
59
void singleProjectExhaustive(int useConfigCache) throws Exception {
60
try (Git git = initRepo()) {
61
if (useConfigCache == 1) {
0 commit comments