Skip to content

Commit 52467f5

Browse files
committed
Disable asset downloading when running Forge game tests
1 parent ca56222 commit 52467f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ plugins {
66
id 'net.fabricmc.fabric-loom' version '1.15-SNAPSHOT' apply false
77
id 'net.neoforged.moddev' version '2.0.141' apply false
88
id 'net.minecraftforge.accesstransformers' version '5.0.3' apply false
9-
id 'net.minecraftforge.gradle' version '[7.0.17,8.0)' apply false
9+
id 'net.minecraftforge.gradle' version '[7.0.21,8.0)' apply false
1010
}
1111

0 commit comments

Comments
 (0)