Skip to content

Commit

Permalink
Add annotation processors to Java build.gradle (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCarlberg authored Sep 19, 2024
1 parent 36f0621 commit e94fb66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/export/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ wpi.java.debugJni = false
// Defining my dependencies. In this case, WPILib (+ friends), and vendor libraries.
// Also defines JUnit 5.
dependencies {
annotationProcessor wpi.java.deps.wpilibAnnotations()
implementation wpi.java.deps.wpilib()
implementation wpi.java.vendor.java()

Expand Down

0 comments on commit e94fb66

Please sign in to comment.