1 Infinite Loop
parent
47097c65ce
commit
a436eb7690
|
@ -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 New Issue