mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 08:48:05 -06:00
Make rotate code work
This commit is contained in:
@@ -5,14 +5,14 @@ package frc4388.robot.constants;
|
||||
*/
|
||||
public final class BuildConstants {
|
||||
public static final String MAVEN_GROUP = "";
|
||||
public static final String MAVEN_NAME = "2026KPopRobotHunters-new";
|
||||
public static final String MAVEN_NAME = "2026KPopRobotHunters";
|
||||
public static final String VERSION = "unspecified";
|
||||
public static final int GIT_REVISION = 2;
|
||||
public static final String GIT_SHA = "17c3ff1ec9ef6763ee1c736622be3ef0fcc30d10";
|
||||
public static final String GIT_DATE = "2026-01-08 19:42:41 MST";
|
||||
public static final int GIT_REVISION = 3;
|
||||
public static final String GIT_SHA = "8dbb9d5a9099f417617ec2245e275a42b6788116";
|
||||
public static final String GIT_DATE = "2026-01-10 16:52:43 MST";
|
||||
public static final String GIT_BRANCH = "master";
|
||||
public static final String BUILD_DATE = "2026-01-10 16:21:06 MST";
|
||||
public static final long BUILD_UNIX_TIME = 1768087266722L;
|
||||
public static final String BUILD_DATE = "2026-01-13 17:47:04 MST";
|
||||
public static final long BUILD_UNIX_TIME = 1768351624667L;
|
||||
public static final int DIRTY = 1;
|
||||
|
||||
private BuildConstants(){}
|
||||
|
||||
Reference in New Issue
Block a user