Skip to content

Commit

Permalink
2569: Adding userdata to the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Windchild292 committed May 2, 2021
1 parent 1a593c1 commit 4253f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MekHQ/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ mainClassName = 'mekhq.MekHQ'

ext {
jvmOptions = ['-Xmx1024m']
userdata='userdata'
data = 'data'
conf = 'mmconf'
log = 'logs'
Expand Down Expand Up @@ -179,6 +180,7 @@ task stageFiles(type: Copy) {
include "${data}/stratconfacilities/"
include "${project.ext.plugins}/"
include "${campaigns}/"
include "${userdata}/"
include 'license.txt'
include 'SubmitBug.html'

Expand Down

0 comments on commit 4253f62

Please sign in to comment.