Skip to content

Commit

Permalink
Gradle: fix run quilt task
Browse files Browse the repository at this point in the history
  • Loading branch information
StartsMercury committed Oct 20, 2024
1 parent 6ecf5ef commit e6fb8ba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,9 @@ tasks.register("runQuilt", JavaExec) {

jvmArgs = [
// Allows stuff to be found through the classpath
"-Dloader.development=false",
"-Dloader.development=true",
// Defines path to Cosmic Reach
"-Dloader.gameJarPath=" + configurations.cosmicreach.asPath,
// Let Quilt know to include our build and the other mods
"-Dloader.addMods=" + [ shadowJar.archiveFile.get().asFile ].tap {
addAll(configurations.gameMod)
}.join(File.pathSeparator)
]
}

Expand Down

0 comments on commit e6fb8ba

Please sign in to comment.