No longer auto apply evaluationDependsOnChildren, this can easily be done on a per mod basis

dev/0.11
modmuss50 2019-04-07 20:32:39 +01:00
parent 6f35014805
commit 0d92da79c6
1 changed files with 0 additions and 3 deletions

View File

@ -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());
}