mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
fix runtask rundir
This commit is contained in:
@@ -96,7 +96,7 @@ public abstract class RunTaskBase extends JavaExec {
|
||||
}
|
||||
|
||||
args(argsSplit);
|
||||
setWorkingDir(new File(config.runDir));
|
||||
setWorkingDir(new File(getProject().getRootDir(), extension.runDir));
|
||||
|
||||
super.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user