No longer auto apply evaluationDependsOnChildren, this can easily be done on a per mod basis
parent
6f35014805
commit
0d92da79c6
|
@ -62,9 +62,6 @@ public class AbstractPlugin implements Plugin<Project> {
|
||||||
public void apply(Project target) {
|
public void apply(Project target) {
|
||||||
this.project = target;
|
this.project = target;
|
||||||
|
|
||||||
//Done to ensure the child projects are built before the root project
|
|
||||||
this.project.evaluationDependsOnChildren();
|
|
||||||
|
|
||||||
if(isRootProject(target)){
|
if(isRootProject(target)){
|
||||||
project.getLogger().lifecycle("Fabric Loom: " + AbstractPlugin.class.getPackage().getImplementationVersion());
|
project.getLogger().lifecycle("Fabric Loom: " + AbstractPlugin.class.getPackage().getImplementationVersion());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue