mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
1 Infinite Loop
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user