mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Remove deprecated stuff
This commit is contained in:
@@ -31,14 +31,6 @@ import org.gradle.api.logging.LogLevel;
|
||||
import org.gradle.api.logging.configuration.WarningMode;
|
||||
|
||||
public interface DeprecationHelper {
|
||||
default void replaceWithInLoom0_10(String currentName, String newName) {
|
||||
toBeRemovedIn(currentName, newName, "Loom 0.10");
|
||||
}
|
||||
|
||||
default void replaceWithInLoom0_11(String currentName, String newName) {
|
||||
toBeRemovedIn(currentName, newName, "Loom 0.11");
|
||||
}
|
||||
|
||||
default void replaceWithInLoom0_12(String currentName, String newName) {
|
||||
toBeRemovedIn(currentName, newName, "Loom 0.12");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user