mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-03-10 13:39:23 +01:00
Change default for BUILD_SERIES to '?'.
This commit is contained in:
parent
f46618c619
commit
63b2cd3156
@ -76,7 +76,7 @@ public class BuildParameters {
|
||||
public static final String buildTimeString = getString("BUILD_TIMESTAMP", "?");
|
||||
|
||||
/** Indicate something about where this was built. */
|
||||
public static final String buildSeries = getString("BUILD_SERIES", "UNKNOWN");
|
||||
public static final String buildSeries = getString("BUILD_SERIES", "?");
|
||||
|
||||
/** The build number as given by Jenkins. Integer.MIN_VALUE if not present. */
|
||||
public static final int buildNumber = getInteger("BUILD_NUMBER", Integer.MIN_VALUE);
|
||||
|
@ -165,7 +165,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<BUILD_NUMBER>?</BUILD_NUMBER>
|
||||
<BUILD_SERIES>UNKNOWN</BUILD_SERIES>
|
||||
<BUILD_SERIES>?</BUILD_SERIES>
|
||||
</properties>
|
||||
|
||||
<groupId>fr.neatmonster</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user