From 4c225ef2c14661bdda30fc6500170e5d95057511 Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:59:37 -0500 Subject: [PATCH] [wpimath] Add proto files back to JAR (#7414) PhotonVision depends on these being in the JAR to generate quickbuf classes. --- wpimath/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/wpimath/build.gradle b/wpimath/build.gradle index 08e7a9cc45..9cb07b416e 100644 --- a/wpimath/build.gradle +++ b/wpimath/build.gradle @@ -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")