mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
No longer auto apply evaluationDependsOnChildren, this can easily be done on a per mod basis
This commit is contained in:
@@ -62,9 +62,6 @@ public class AbstractPlugin implements Plugin<Project> {
|
||||
public void apply(Project target) {
|
||||
this.project = target;
|
||||
|
||||
//Done to ensure the child projects are built before the root project
|
||||
this.project.evaluationDependsOnChildren();
|
||||
|
||||
if(isRootProject(target)){
|
||||
project.getLogger().lifecycle("Fabric Loom: " + AbstractPlugin.class.getPackage().getImplementationVersion());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user