-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ParkerMeyers
committed
Jan 13, 2024
1 parent
19b6bee
commit 08715e0
Showing
4 changed files
with
155 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
package bhs.devilbotz; | ||
|
||
/** | ||
* Automatically generated file containing build version information. | ||
*/ | ||
/** Automatically generated file containing build version information. */ | ||
public final class BuildConstants { | ||
public static final String MAVEN_GROUP = ""; | ||
public static final String MAVEN_NAME = "Crescendo2024"; | ||
public static final String VERSION = "unspecified"; | ||
public static final int GIT_REVISION = 6; | ||
public static final String GIT_SHA = "6953095ae13c329bcab835ed51bd92802e10b482"; | ||
public static final String GIT_DATE = "2024-01-10 22:36:31 EST"; | ||
public static final String GIT_BRANCH = "main"; | ||
public static final String BUILD_DATE = "2024-01-12 14:32:22 EST"; | ||
public static final long BUILD_UNIX_TIME = 1705087942925L; | ||
public static final int DIRTY = 1; | ||
public static final String MAVEN_GROUP = ""; | ||
public static final String MAVEN_NAME = "Crescendo2024"; | ||
public static final String VERSION = "unspecified"; | ||
public static final int GIT_REVISION = 6; | ||
public static final String GIT_SHA = "6953095ae13c329bcab835ed51bd92802e10b482"; | ||
public static final String GIT_DATE = "2024-01-10 22:36:31 EST"; | ||
public static final String GIT_BRANCH = "main"; | ||
public static final String BUILD_DATE = "2024-01-12 14:32:22 EST"; | ||
public static final long BUILD_UNIX_TIME = 1705087942925L; | ||
public static final int DIRTY = 1; | ||
|
||
private BuildConstants(){} | ||
private BuildConstants() {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters