Skip to content

Commit 4c225ef

Browse files
authored
[wpimath] Add proto files back to JAR (#7414)
PhotonVision depends on these being in the JAR to generate quickbuf classes.
1 parent 561078c commit 4c225ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wpimath/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ dependencies {
9191
}
9292

9393
sourceSets.main.java.srcDir "${projectDir}/src/generated/main/java"
94+
sourceSets.main.resources.srcDir "${projectDir}/src/main/proto"
9495

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

0 commit comments

Comments
 (0)