From 2bdeb869ab8f9eba677a817c6ea3672dc6ee202c Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sun, 5 Sep 2021 16:22:51 +0100 Subject: [PATCH] Update MCE and test deps --- src/main/java/net/fabricmc/loom/util/Constants.java | 2 +- .../groovy/net/fabricmc/loom/test/LoomTestConstants.groovy | 2 +- .../fabricmc/loom/test/integration/FabricAPITest.groovy | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/java/net/fabricmc/loom/util/Constants.java b/src/main/java/net/fabricmc/loom/util/Constants.java index 2309462..2be9726 100644 --- a/src/main/java/net/fabricmc/loom/util/Constants.java +++ b/src/main/java/net/fabricmc/loom/util/Constants.java @@ -95,7 +95,7 @@ public class Constants { * Constants for versions of dependencies. */ public static final class Versions { - public static final String MIXIN_COMPILE_EXTENSIONS = "0.4.4"; + public static final String MIXIN_COMPILE_EXTENSIONS = "0.4.6"; public static final String DEV_LAUNCH_INJECTOR = "0.2.1+build.8"; public static final String TERMINAL_CONSOLE_APPENDER = "1.2.0"; public static final String JETBRAINS_ANNOTATIONS = "19.0.0"; diff --git a/src/test/groovy/net/fabricmc/loom/test/LoomTestConstants.groovy b/src/test/groovy/net/fabricmc/loom/test/LoomTestConstants.groovy index c63f614..b4e5c6d 100644 --- a/src/test/groovy/net/fabricmc/loom/test/LoomTestConstants.groovy +++ b/src/test/groovy/net/fabricmc/loom/test/LoomTestConstants.groovy @@ -26,7 +26,7 @@ package net.fabricmc.loom.test class LoomTestConstants { public final static String DEFAULT_GRADLE = "7.0.1" - public final static String PRE_RELEASE_GRADLE = "7.3-20210827230026+0000" + public final static String PRE_RELEASE_GRADLE = "7.3-20210904222223+0000" public final static String[] STANDARD_TEST_VERSIONS = [DEFAULT_GRADLE, PRE_RELEASE_GRADLE] } diff --git a/src/test/groovy/net/fabricmc/loom/test/integration/FabricAPITest.groovy b/src/test/groovy/net/fabricmc/loom/test/integration/FabricAPITest.groovy index dee1b8b..16d1e30 100644 --- a/src/test/groovy/net/fabricmc/loom/test/integration/FabricAPITest.groovy +++ b/src/test/groovy/net/fabricmc/loom/test/integration/FabricAPITest.groovy @@ -43,9 +43,10 @@ class FabricAPITest extends Specification implements GradleProjectTestTrait { def "build and run (gradle #version)"() { setup: def gradle = gradleProject( - repo: "https://github.com/modmuss50/fabric.git", - commit: "cb31cccd34cb91f70cae6bac80208f5ec3650f33", - version: version + repo: "https://github.com/FabricMC/fabric.git", + commit: "fc40aa9d88e9457957bdf3f8cec9698846828cd3", + version: version, + warningMode: "all" // TODO remove once api has updated to 0.10 ) // Set the version to something constant