mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Merge remote-tracking branch 'origin/dev/1.4' into dev/1.5
This commit is contained in:
@@ -86,6 +86,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);
|
||||
|
||||
if (Constants.PLUGIN_BETA) {
|
||||
project.getLogger().lifecycle("This version of Architectury Loom is in beta! Please report any issues you encounter: https://github.com/architectury/architectury-loom/issues");
|
||||
} else if (Constants.PLUGIN_DEPRECATED) {
|
||||
|
||||
Reference in New Issue
Block a user