Skip to content

Commit

Permalink
removed BuildConstants in math (it wasn't being used, sorry i forgot …
Browse files Browse the repository at this point in the history
…to delete it!)
  • Loading branch information
minhnguyenbhs committed Sep 4, 2024
1 parent 906bc8a commit 286c247
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 22 deletions.
2 changes: 1 addition & 1 deletion controls/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ tasks.named('test') {
useJUnitPlatform()
}

compileJava.dependsOn 'spotlessApply'
compileJava.dependsOn 'spotlessApply'
2 changes: 1 addition & 1 deletion controls/src/main/java/Tunable.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ public interface Tunable {
public void setMaxProfileProperties(double maxVelocity, double maxAcceleration, int slot);

public void runToPosition(double position, int slot);
}
}
2 changes: 1 addition & 1 deletion geometry/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ tasks.named('test') {
useJUnitPlatform()
}

compileJava.dependsOn 'spotlessApply'
compileJava.dependsOn 'spotlessApply'
2 changes: 1 addition & 1 deletion math/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ tasks.named('test') {
useJUnitPlatform()
}

compileJava.dependsOn 'spotlessApply'
compileJava.dependsOn 'spotlessApply'
17 changes: 0 additions & 17 deletions math/src/main/java/frc/robot/BuildConstants.java

This file was deleted.

2 changes: 1 addition & 1 deletion wpi_interface/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ java {
}

// Automatically format code on build.
compileJava.dependsOn 'spotlessApply'
compileJava.dependsOn 'spotlessApply'

0 comments on commit 286c247

Please sign in to comment.