Fix genSources task not being in the fabric group
This commit is contained in:
		
							parent
							
								
									927c3f22cc
								
							
						
					
					
						commit
						3455e087ab
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -76,6 +76,7 @@ public class LoomGradlePlugin extends AbstractPlugin { | ||||||
| 
 | 
 | ||||||
| 		tasks.register("genSources", t -> { | 		tasks.register("genSources", t -> { | ||||||
| 			t.getOutputs().upToDateWhen((o) -> false); | 			t.getOutputs().upToDateWhen((o) -> false); | ||||||
|  | 			t.setGroup("fabric"); | ||||||
| 		}); | 		}); | ||||||
| 
 | 
 | ||||||
| 		project.afterEvaluate((p) -> { | 		project.afterEvaluate((p) -> { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue