mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Remove -experimental from loom-no-remap (#1440)
This commit is contained in:
@@ -243,7 +243,7 @@ gradlePlugin {
|
||||
implementationClass = 'net.fabricmc.loom.LoomCompanionGradlePlugin'
|
||||
}
|
||||
fabricLoomNoRemap {
|
||||
id = 'net.fabricmc.fabric-loom-no-remap-experimental'
|
||||
id = 'net.fabricmc.fabric-loom-no-remap'
|
||||
implementationClass = 'net.fabricmc.loom.LoomNoRemapGradlePlugin'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ import org.gradle.api.Project;
|
||||
* A marker plugin to indicate to the main loom plugin not to setup for remapping.
|
||||
*/
|
||||
public class LoomNoRemapGradlePlugin implements Plugin<Project> {
|
||||
public static final String NAME = "net.fabricmc.fabric-loom-no-remap-experimental";
|
||||
public static final String NAME = "net.fabricmc.fabric-loom-no-remap";
|
||||
|
||||
@Override
|
||||
public void apply(Project target) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'net.fabricmc.fabric-loom-no-remap-experimental'
|
||||
id 'net.fabricmc.fabric-loom-no-remap'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// This is used by a range of tests that append to this file before running the gradle tasks.
|
||||
// Can be used for tests that require minimal custom setup
|
||||
plugins {
|
||||
id 'net.fabricmc.fabric-loom-no-remap-experimental'
|
||||
id 'net.fabricmc.fabric-loom-no-remap'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user