mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 05:05:20 -05:00
Rename runs -> runConfigs
This commit is contained in:
@@ -83,7 +83,7 @@ public class GenIdeaProjectTask extends AbstractLoomTask {
|
||||
throw new RuntimeException("Failed to generate IntelliJ run configurations (runManager was not found)");
|
||||
}
|
||||
|
||||
for (RunConfigSettings settings : getExtension().getRuns()) {
|
||||
for (RunConfigSettings settings : getExtension().getRunConfigs()) {
|
||||
runManager.appendChild(RunConfig.runConfig(project, settings).genRuns(runManager));
|
||||
settings.makeRunDir();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user