File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
src/main/java/frc/robot/constants Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ package frc .robot .constants ;
2+
3+ /**
4+ * Automatically generated file containing build version information.
5+ */
6+ public final class BuildConstants {
7+ public static final String MAVEN_GROUP = "" ;
8+ public static final String MAVEN_NAME = "reefscape" ;
9+ public static final String VERSION = "unspecified" ;
10+ public static final int GIT_REVISION = -1 ;
11+ public static final String GIT_SHA = "UNKNOWN" ;
12+ public static final String GIT_DATE = "UNKNOWN" ;
13+ public static final String GIT_BRANCH = "UNKNOWN" ;
14+ public static final String BUILD_DATE = "2025-01-05 23:59:07 EST" ;
15+ public static final long BUILD_UNIX_TIME = 1736139547461L ;
16+ public static final int DIRTY = 129 ;
17+
18+ private BuildConstants (){}
19+ }
You can’t perform that action at this time.
0 commit comments