1 Infinite Loop
This commit is contained in:
		
							parent
							
								
									47097c65ce
								
							
						
					
					
						commit
						a436eb7690
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -278,7 +278,7 @@ public class LoomGradleExtension { | |||
| 		Project p = this.project; | ||||
| 		T result; | ||||
| 
 | ||||
| 		while (!isRootProject()) { | ||||
| 		while (p.getRootProject() != p) { | ||||
| 			if ((result = projectTFunction.apply(p)) != null) { | ||||
| 				return result; | ||||
| 			} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue