Skip to content

Commit

Permalink
Add warning message for outdated Loom
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel authored and shedaniel committed Jan 10, 2024
1 parent 6fd3661 commit e8d40f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/fabricmc/loom/LoomGradlePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public void apply(Project project) {
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();
Expand Down

0 comments on commit e8d40f7

Please sign in to comment.