Skip to content

Commit

Permalink
Add annotations to build dependencies (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCarlberg authored Sep 27, 2024
1 parent 2a6fc13 commit b1569ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradleriobase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def deployCppArtifact = deploy.targets.roborio.artifacts.frcCpp
wpi.java.debugJni = false

dependencies {
annotationProcessor wpi.java.deps.wpilibAnnotations()
implementation wpi.java.deps.wpilib()
implementation wpi.java.vendor.java()

Expand Down

0 comments on commit b1569ad

Please sign in to comment.