2025-11-18 15:39:59 -08:00
|
|
|
package frc4388.robot.constants;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Automatically generated file containing build version information.
|
|
|
|
|
*/
|
|
|
|
|
public final class BuildConstants {
|
|
|
|
|
public static final String MAVEN_GROUP = "";
|
2026-03-25 11:15:46 -06:00
|
|
|
public static final String MAVEN_NAME = "2026KPopRobotHunters-new";
|
2025-11-18 15:39:59 -08:00
|
|
|
public static final String VERSION = "unspecified";
|
2026-03-25 11:39:55 -06:00
|
|
|
public static final int GIT_REVISION = 184;
|
|
|
|
|
public static final String GIT_SHA = "c6b0d29acdb24728ed566b25d6434a45fbd963c7";
|
|
|
|
|
public static final String GIT_DATE = "2026-03-25 11:15:46 MDT";
|
2026-03-25 11:15:46 -06:00
|
|
|
public static final String GIT_BRANCH = "New-Intake";
|
2026-03-25 11:39:55 -06:00
|
|
|
public static final String BUILD_DATE = "2026-03-25 11:17:58 MDT";
|
|
|
|
|
public static final long BUILD_UNIX_TIME = 1774459078868L;
|
|
|
|
|
public static final int DIRTY = 1;
|
2025-11-18 15:39:59 -08:00
|
|
|
|
|
|
|
|
private BuildConstants(){}
|
|
|
|
|
}
|