File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
src/main/java/frc/robot/constants Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -187,4 +187,4 @@ compile_commands.json
187187.factorypath
188188
189189# Build constants for Gversion (advantage kit)
190- src /main /java /frc /robot /constants /BuildConstants.java
190+ # src/main/java/frc/robot/constants/BuildConstants.java
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 = 2 ;
11+ public static final String GIT_SHA = "d02e688b18de5b15d035abe4a772b08fe6469815" ;
12+ public static final String GIT_DATE = "2025-01-06 00:03:53 EST" ;
13+ public static final String GIT_BRANCH = "main" ;
14+ public static final String BUILD_DATE = "2025-01-06 00:08:59 EST" ;
15+ public static final long BUILD_UNIX_TIME = 1736140139555L ;
16+ public static final int DIRTY = 0 ;
17+
18+ private BuildConstants (){}
19+ }
You can’t perform that action at this time.
0 commit comments