mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Publish generated proto sources (#1328)
This commit is contained in:
@@ -20,6 +20,13 @@ task cppSourcesZip(type: Zip) {
|
||||
from('src/main/native/cpp') {
|
||||
into '/'
|
||||
}
|
||||
|
||||
// assume we will always have proto sources
|
||||
from("$buildDir/generated/source/proto/main/cpp") {
|
||||
into '/'
|
||||
}
|
||||
|
||||
dependsOn generateProto
|
||||
}
|
||||
|
||||
task cppHeadersZip(type: Zip) {
|
||||
|
||||
Reference in New Issue
Block a user