Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Idiakosa committed Nov 19, 2024
1 parent 69f24cc commit 0815013
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def ROBOT_MAIN_CLASS = "frc.team5115.Main"
// Define my targets (RoboRIO) and artifacts (deployable files)
// This is added by GradleRIO's backing project DeployUtils.
deploy {
targets {
targets {
roborio(getTargetTypeClass('RoboRIO')) {
// Team number is loaded either from the .wpilib/wpilib_preferences.json
// or from command line. If not found an exception will be thrown.
Expand Down
10 changes: 5 additions & 5 deletions src/main/java/frc/team5115/BuildConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ public final class BuildConstants {
public static final String MAVEN_GROUP = "";
public static final String MAVEN_NAME = "RomiTankDrive";
public static final String VERSION = "unspecified";
public static final int GIT_REVISION = 4;
public static final String GIT_SHA = "1ebd29c1501762abb9a68aedebcdb8c88920bdeb";
public static final String GIT_DATE = "2024-11-14 17:00:40 EST";
public static final int GIT_REVISION = 7;
public static final String GIT_SHA = "69f24cc5343bd5e4b8b517e4f0ccd0e6b203aa3c";
public static final String GIT_DATE = "2024-11-14 17:21:06 EST";
public static final String GIT_BRANCH = "fix";
public static final String BUILD_DATE = "2024-11-14 17:00:59 EST";
public static final long BUILD_UNIX_TIME = 1731621659207L;
public static final String BUILD_DATE = "2024-11-19 15:03:23 EST";
public static final long BUILD_UNIX_TIME = 1732046603792L;
public static final int DIRTY = 0;

private BuildConstants() {}
Expand Down

0 comments on commit 0815013

Please sign in to comment.