mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Attempt to look in the root project for the loom version if required
This commit is contained in:
@@ -64,9 +64,7 @@ public class AbstractPlugin implements Plugin<Project> {
|
||||
public void apply(Project target) {
|
||||
this.project = target;
|
||||
|
||||
if(isRootProject(target)){
|
||||
project.getLogger().lifecycle("Fabric Loom: " + AbstractPlugin.class.getPackage().getImplementationVersion());
|
||||
}
|
||||
project.getLogger().lifecycle("Fabric Loom: " + AbstractPlugin.class.getPackage().getImplementationVersion());
|
||||
|
||||
// Apply default plugins
|
||||
project.apply(ImmutableMap.of("plugin", "java"));
|
||||
|
||||
Reference in New Issue
Block a user