1 Infinite Loop
parent
47097c65ce
commit
a436eb7690
|
@ -278,7 +278,7 @@ public class LoomGradleExtension {
|
||||||
Project p = this.project;
|
Project p = this.project;
|
||||||
T result;
|
T result;
|
||||||
|
|
||||||
while (!isRootProject()) {
|
while (p.getRootProject() != p) {
|
||||||
if ((result = projectTFunction.apply(p)) != null) {
|
if ((result = projectTFunction.apply(p)) != null) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue