-
Notifications
You must be signed in to change notification settings - Fork 10
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
Showing
1 changed file
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package org.robolancers321; | ||
|
||
/** | ||
* Automatically generated file containing build version information. | ||
*/ | ||
public final class BuildConstants { | ||
public static final String MAVEN_GROUP = ""; | ||
public static final String MAVEN_NAME = "321-Crescendo-2024"; | ||
public static final String VERSION = "unspecified"; | ||
public static final int GIT_REVISION = 4; | ||
public static final String GIT_SHA = "890b1f13f053a4a882dc48c8de3887bfe2f9294f"; | ||
public static final String GIT_DATE = "2024-01-18 19:40:03 EST"; | ||
public static final String GIT_BRANCH = "dev"; | ||
public static final String BUILD_DATE = "2024-01-18 19:43:26 EST"; | ||
public static final long BUILD_UNIX_TIME = 1705625006821L; | ||
public static final int DIRTY = 1; | ||
|
||
private BuildConstants(){} | ||
} |