Skip to content

Commit

Permalink
forge: get run dir out of the root project folder
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Jun 8, 2021
1 parent 5d62b80 commit 80e7011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Thumbs.db
.settings
.checkstyle
.factorypath
run
eclipse
nbproject
atlassian-ide-plugin.xml
Expand Down
1 change: 1 addition & 0 deletions forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ loom {
"--add-exports=java.base/sun.security.util=ALL-UNNAMED", // ModLauncher
"--add-opens=java.base/java.util.jar=ALL-UNNAMED" // ModLauncher
)
runDir(project.projectDir.resolve("run").toRelativeString(project.rootDir))
}
}
}
Expand Down

0 comments on commit 80e7011

Please sign in to comment.