mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
# Conflicts: # src/main/java/net/fabricmc/loom/LoomGradleExtension.java
This commit is contained in:
@@ -314,7 +314,7 @@ public class LoomGradleExtension {
|
||||
Project p = this.project;
|
||||
T result;
|
||||
|
||||
while (p != p.getRootProject()) {
|
||||
while (p.getRootProject() != p) {
|
||||
if ((result = projectTFunction.apply(p)) != null) {
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user