Update MCE and test deps
parent
0633b170fa
commit
2bdeb869ab
|
@ -95,7 +95,7 @@ public class Constants {
|
||||||
* Constants for versions of dependencies.
|
* Constants for versions of dependencies.
|
||||||
*/
|
*/
|
||||||
public static final class Versions {
|
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 DEV_LAUNCH_INJECTOR = "0.2.1+build.8";
|
||||||
public static final String TERMINAL_CONSOLE_APPENDER = "1.2.0";
|
public static final String TERMINAL_CONSOLE_APPENDER = "1.2.0";
|
||||||
public static final String JETBRAINS_ANNOTATIONS = "19.0.0";
|
public static final String JETBRAINS_ANNOTATIONS = "19.0.0";
|
||||||
|
|
|
@ -26,7 +26,7 @@ package net.fabricmc.loom.test
|
||||||
|
|
||||||
class LoomTestConstants {
|
class LoomTestConstants {
|
||||||
public final static String DEFAULT_GRADLE = "7.0.1"
|
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]
|
public final static String[] STANDARD_TEST_VERSIONS = [DEFAULT_GRADLE, PRE_RELEASE_GRADLE]
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,9 +43,10 @@ class FabricAPITest extends Specification implements GradleProjectTestTrait {
|
||||||
def "build and run (gradle #version)"() {
|
def "build and run (gradle #version)"() {
|
||||||
setup:
|
setup:
|
||||||
def gradle = gradleProject(
|
def gradle = gradleProject(
|
||||||
repo: "https://github.com/modmuss50/fabric.git",
|
repo: "https://github.com/FabricMC/fabric.git",
|
||||||
commit: "cb31cccd34cb91f70cae6bac80208f5ec3650f33",
|
commit: "fc40aa9d88e9457957bdf3f8cec9698846828cd3",
|
||||||
version: version
|
version: version,
|
||||||
|
warningMode: "all" // TODO remove once api has updated to 0.10
|
||||||
)
|
)
|
||||||
|
|
||||||
// Set the version to something constant
|
// Set the version to something constant
|
||||||
|
|
Loading…
Reference in New Issue