mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Make run tasks use the correct path in multiproject environments. (#624)
This commit is contained in:
@@ -52,7 +52,7 @@ public abstract class AbstractRunTask extends JavaExec {
|
||||
|
||||
@Override
|
||||
public void exec() {
|
||||
setWorkingDir(new File(getProject().getRootDir(), config.runDir));
|
||||
setWorkingDir(new File(getProject().getProjectDir(), config.runDir));
|
||||
|
||||
super.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user