mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Log version
This commit is contained in:
@@ -60,6 +60,8 @@ public class AbstractPlugin implements Plugin<Project> {
|
||||
public void apply(Project target) {
|
||||
this.project = target;
|
||||
|
||||
project.getLogger().lifecycle("Fabric Loom: " + AbstractPlugin.class.getPackage().getImplementationVersion());
|
||||
|
||||
// Apply default plugins
|
||||
project.apply(ImmutableMap.of("plugin", "java"));
|
||||
project.apply(ImmutableMap.of("plugin", "eclipse"));
|
||||
|
||||
Reference in New Issue
Block a user