mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-03 03:01:40 +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') {
|
from('src/main/native/cpp') {
|
||||||
into '/'
|
into '/'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// assume we will always have proto sources
|
||||||
|
from("$buildDir/generated/source/proto/main/cpp") {
|
||||||
|
into '/'
|
||||||
|
}
|
||||||
|
|
||||||
|
dependsOn generateProto
|
||||||
}
|
}
|
||||||
|
|
||||||
task cppHeadersZip(type: Zip) {
|
task cppHeadersZip(type: Zip) {
|
||||||
|
|||||||
Reference in New Issue
Block a user