Revert "[build] Export wpimath protobuf symbols (#5952)"

This reverts commit c80b2d2017.
This commit is contained in:
Thad House
2023-11-23 21:47:18 -08:00
committed by Peter Johnson
parent 2aba97c610
commit 9280054eab
16 changed files with 13 additions and 53 deletions

View File

@@ -154,9 +154,7 @@ protobuf {
generateProtoTasks {
all().configureEach { task ->
task.builtins {
cpp {
option "dllexport_decl=WPILIB_DLLEXPORT"
}
cpp {}
remove java
}
task.plugins {