mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
ForgeRunConfigTest: Don't use config cache
The custom adhoc tasks don't support it and it's not worth it to rewrite them.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user