Skip to content

Commit

Permalink
ok i'm going to commit this because even though it's still a wip it's…
Browse files Browse the repository at this point in the history
… a milestone- thanks aiden!!
  • Loading branch information
minhnguyenbhs committed Dec 23, 2024
1 parent 531a9e3 commit 32b35f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions controls/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ dependencies {

implementation "org.littletonrobotics.akit.junction:junction-core:$akitVersion"

def photonVersion = "v2025.0.0-beta-5"
implementation "org.photonvision:photonlib-java:$photonVersion"
implementation "org.photonvision:photontargeting-java:$photonVersion"

testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

implementation 'com.googlecode.json-simple:json-simple:1.1.1'
Expand Down Expand Up @@ -84,10 +80,6 @@ repositories {
}
}
gradlePluginPortal()
maven {
name "photonvisionRepositoryReleases"
url "https://maven.photonvision.org/releases"
}
}


Expand Down
10 changes: 5 additions & 5 deletions wpilib_interface/src/main/java/frc/robot/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 = "io.github.team401.coppercore";
public static final String MAVEN_NAME = "wpilib_interface";
public static final String VERSION = "2025.0.0-beta";
public static final int GIT_REVISION = 44;
public static final String GIT_SHA = "ddc04e079cba49e2817a35376e6239576d1dba13";
public static final String GIT_DATE = "2024-12-09 10:33:47 EST";
public static final int GIT_REVISION = 45;
public static final String GIT_SHA = "531a9e363639e92e794307ba38162963d2a9cb38";
public static final String GIT_DATE = "2024-12-22 16:56:37 EST";
public static final String GIT_BRANCH = "73-add-logged-tunable-number-to-coppercore";
public static final String BUILD_DATE = "2024-12-22 16:53:37 EST";
public static final long BUILD_UNIX_TIME = 1734904417196L;
public static final String BUILD_DATE = "2024-12-22 23:43:32 EST";
public static final long BUILD_UNIX_TIME = 1734929012028L;
public static final int DIRTY = 1;

private BuildConstants() {}
Expand Down

0 comments on commit 32b35f9

Please sign in to comment.