Log version

This commit is contained in:
modmuss50
2018-11-03 18:03:43 +00:00
parent 0770c57d6d
commit 3a6a4f4056
2 changed files with 14 additions and 1 deletions

View File

@@ -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"));