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 7d28cba commit c596cfbCopy full SHA for c596cfb
src/test/groovy/net/fabricmc/loom/test/integration/RunConfigTest.groovy
@@ -48,7 +48,7 @@ class RunConfigTest extends Specification implements GradleProjectTestTrait {
48
"runTestmodServer",
49
"runAutoTestServer"
50
]
51
- private static final String TRACY_CAPTURE_LINUX = "https://github.com/modmuss50/tracy-utils/releases/download/0.0.1/linux-x86_64-tracy-capture"
+ private static final String TRACY_CAPTURE_LINUX = "https://github.com/modmuss50/tracy-utils/releases/download/0.0.2/linux-x86_64-tracy-capture"
52
53
@Unroll
54
def "Run config #task (gradle #version)"() {
0 commit comments