File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -67,3 +67,4 @@ MekHQ.l4j.ini
67
67
mhq-revision.txt
68
68
69
69
/MekHQ /docs /OfficialUnitList.txt
70
+ * .iml
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
id ' checkstyle'
6
6
id ' com.palantir.git-version' version ' 3.1.0'
7
7
id ' edu.sc.seis.launch4j' version ' 3.0.6'
8
- id " io.sentry.jvm.gradle" version " 4.11 .0"
8
+ id " io.sentry.jvm.gradle" version " 5.1 .0"
9
9
id ' jacoco'
10
10
id ' java'
11
11
id ' org.ec4j.editorconfig' version ' 0.1.0'
@@ -179,6 +179,15 @@ task stageFiles(type: Copy) {
179
179
include " sentry.properties"
180
180
include " *.ini"
181
181
182
+ // User Config Files
183
+ exclude " ${ mmconf} /clientsettings.xml"
184
+ exclude " ${ mmconf} /gameoptions.xml"
185
+ exclude " ${ mmconf} /megameklab.properties"
186
+ exclude " ${ mmconf} /megameklab.properties.bak"
187
+ exclude " ${ mmconf} /mhq.preferences"
188
+ exclude " ${ mmconf} /mm.preferences"
189
+ exclude " ${ mmconf} /mml.preferences"
190
+
182
191
into fileStagingDir
183
192
184
193
doLast {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 86
86
# shellcheck disable=SC2034
87
87
APP_BASE_NAME=${0##*/ }
88
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
- ' " $PWD " ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
91
90
92
91
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
92
MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments