mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Remove generated google protobuf support (#7371)
It's not used anymore, and cleans up the build.
This commit is contained in:
@@ -43,9 +43,6 @@ model {
|
||||
it.buildable = false
|
||||
return
|
||||
}
|
||||
it.tasks.withType(CppCompile) {
|
||||
it.dependsOn generateProto
|
||||
}
|
||||
if (project.hasProperty('extraSetup')) {
|
||||
extraSetup(it)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user