We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561078c commit 4c225efCopy full SHA for 4c225ef
wpimath/build.gradle
@@ -91,6 +91,7 @@ dependencies {
91
}
92
93
sourceSets.main.java.srcDir "${projectDir}/src/generated/main/java"
94
+sourceSets.main.resources.srcDir "${projectDir}/src/main/proto"
95
96
task unitsHeaders(type: Zip) {
97
destinationDirectory = file("$buildDir/outputs")
0 commit comments