File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/test/java/net/earthcomputer/clientcommands/test Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx2G
33
44# Fabric Properties
55 # check these on https://fabricmc.net/develop/
6- minecraft_version =1.21.6-rc1
7- minecraft_version_dependency =1.21.6-rc.1
6+ minecraft_version =1.21.6
7+ minecraft_version_dependency =1.21.6
88 minecraft_version_list =1.21.6
99 minecraft_version_list_presentable =1.21.6
1010 loader_version =0.16.14
@@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx2G
1919
2020# Dependencies
2121 # also check this on https://fabricmc.net/develop/
22- fabric_version =0.126.1 +1.21.6
22+ fabric_version =0.127.0 +1.21.6
2323 clientarguments_version =1.11.3
2424 betterconfig_version =2.4.0
2525 seedfinding_core_version =1.200.1
Original file line number Diff line number Diff line change 33import net .minecraft .SharedConstants ;
44import net .minecraft .server .Bootstrap ;
55import org .junit .jupiter .api .BeforeAll ;
6+ import org .junit .jupiter .api .Disabled ;
67import org .junit .jupiter .api .Test ;
78import org .spongepowered .asm .mixin .MixinEnvironment ;
89
10+ @ Disabled ("Disabled until mixin audit doesn't run the initializer of classes" )
911public final class MixinApplyTest {
1012 @ BeforeAll
1113 public static void setup () {
You can’t perform that action at this time.
0 commit comments