We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850eb92 commit d2a1db8Copy full SHA for d2a1db8
1 file changed
build.gradle
@@ -38,6 +38,7 @@ dependencies {
38
39
implementation wpilibTools.deps.wpilibJava("wpimath")
40
implementation wpilibTools.deps.wpilibJava("wpiunits")
41
+ // This is included for protobuf support
42
implementation wpilibTools.deps.wpilibJava("wpiutil")
43
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
44
}
0 commit comments