mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Bring back legacy plugin
This commit is contained in:
@@ -278,6 +278,10 @@ gradlePlugin {
|
||||
id = 'dev.architectury.loom-remap'
|
||||
implementationClass = 'net.fabricmc.loom.LoomRemapGradlePlugin'
|
||||
}
|
||||
fabricLoomLegacy {
|
||||
id = 'dev.architectury.loom-legacy'
|
||||
implementationClass = 'net.fabricmc.loom.LoomGradlePlugin'
|
||||
}
|
||||
fabricLoomCompanion {
|
||||
id = 'dev.architectury.loom-companion'
|
||||
implementationClass = 'net.fabricmc.loom.LoomCompanionGradlePlugin'
|
||||
|
||||
@@ -28,7 +28,7 @@ import org.jetbrains.annotations.ApiStatus;
|
||||
import org.objectweb.asm.Opcodes;
|
||||
|
||||
public class Constants {
|
||||
public static final String PLUGIN_ID = "dev.architectury.loom";
|
||||
public static final String PLUGIN_ID = "dev.architectury.loom-legacy";
|
||||
public static final boolean PLUGIN_BETA = true;
|
||||
public static final boolean PLUGIN_DEPRECATED = false;
|
||||
public static final String LIBRARIES_BASE = "https://libraries.minecraft.net/";
|
||||
|
||||
@@ -42,7 +42,6 @@ class LoomTestConstants {
|
||||
PRE_RELEASE_GRADLE
|
||||
] : [
|
||||
DEFAULT_GRADLE,
|
||||
LoomTestVersions.GRADLE_LATEST.version()
|
||||
]).shuffled().toArray()
|
||||
|
||||
public static final File TEST_DIR = new File("./.gradle/test-files")
|
||||
|
||||
Reference in New Issue
Block a user