diff --git a/src/test/groovy/net/fabricmc/loom/test/integration/forge/ForgeRunConfigTest.groovy b/src/test/groovy/net/fabricmc/loom/test/integration/forge/ForgeRunConfigTest.groovy index 43e9b447..2c28a709 100644 --- a/src/test/groovy/net/fabricmc/loom/test/integration/forge/ForgeRunConfigTest.groovy +++ b/src/test/groovy/net/fabricmc/loom/test/integration/forge/ForgeRunConfigTest.groovy @@ -59,7 +59,7 @@ class ForgeRunConfigTest extends Specification implements GradleProjectTestTrait """.stripIndent() when: - def result = gradle.run(task: "verifyRunConfigs") + def result = gradle.run(task: "verifyRunConfigs", configurationCache: false) then: result.task(":verifyRunConfigs").outcome == SUCCESS @@ -121,7 +121,7 @@ class ForgeRunConfigTest extends Specification implements GradleProjectTestTrait '''.stripIndent() when: - def result = gradle.run(task: "verifyRunConfigs") + def result = gradle.run(task: "verifyRunConfigs", configurationCache: false) then: result.task(":verifyRunConfigs").outcome == SUCCESS