No longer auto apply evaluationDependsOnChildren, this can easily be done on a per mod basis
This commit is contained in:
		
							parent
							
								
									6f35014805
								
							
						
					
					
						commit
						0d92da79c6
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -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 a new issue