mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-27 19:57:00 -05:00
Add warning message for outdated Loom
This commit is contained in:
@@ -88,6 +88,7 @@ public class LoomGradlePlugin implements BootstrappedPlugin {
|
||||
loggedVersions.add(LOOM_VERSION);
|
||||
System.setProperty("loom.printed.logged", String.join(",", loggedVersions));
|
||||
project.getLogger().lifecycle("Architectury Loom: " + LOOM_VERSION);
|
||||
project.getLogger().lifecycle("You are using an outdated version of Architectury Loom! This version will not receive any support, please consider updating!");
|
||||
}
|
||||
|
||||
LibraryLocationLogger.logLibraryVersions();
|
||||
|
||||
Reference in New Issue
Block a user