Skip to content

Commit

Permalink
[wpimath] Add proto files back to JAR
Browse files Browse the repository at this point in the history
PhotonVision depends on these being in the JAR to generate quickbuf classes.
  • Loading branch information
Gold856 committed Nov 20, 2024
1 parent 561078c commit 0cf0278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wpimath/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ dependencies {
}

sourceSets.main.java.srcDir "${projectDir}/src/generated/main/java"
sourceSets.main.resources.srcDir "${projectDir}/src/main/proto"

task unitsHeaders(type: Zip) {
destinationDirectory = file("$buildDir/outputs")
Expand Down

0 comments on commit 0cf0278

Please sign in to comment.