mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -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);
|
loggedVersions.add(LOOM_VERSION);
|
||||||
System.setProperty("loom.printed.logged", String.join(",", loggedVersions));
|
System.setProperty("loom.printed.logged", String.join(",", loggedVersions));
|
||||||
project.getLogger().lifecycle("Architectury Loom: " + LOOM_VERSION);
|
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();
|
LibraryLocationLogger.logLibraryVersions();
|
||||||
|
|||||||
Reference in New Issue
Block a user