Skip to content

Commit

Permalink
Move runUnmoddedGame to the fc0 task group
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed May 24, 2020
1 parent cdf3ae9 commit f94cd86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ task fullPatchZip(type: Zip, dependsOn: generateFullPatches) {
}

task runUnmoddedGame(type: JavaExec) {
group = "fc0"
classpath = configurations.game
main = "tk.valoeghese.fc0.client.Main"
}
Expand Down

0 comments on commit f94cd86

Please sign in to comment.