mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Fixes halsim sources and headers zips (#804)
This commit is contained in:
committed by
Peter Johnson
parent
2a69a4c7dc
commit
9090a82ef5
@@ -47,6 +47,9 @@ task cppSourcesZip(type: Zip) {
|
||||
}
|
||||
}
|
||||
|
||||
build.dependsOn cppSourcesZip
|
||||
build.dependsOn cppHeadersZip
|
||||
|
||||
model {
|
||||
publishing {
|
||||
def libSpec = createComponentZipTasks($.components, 'halsim_adx_gyro_accelerometer', 'zipcpp', Zip, project, includeStandardZipFormat)
|
||||
|
||||
@@ -47,6 +47,9 @@ task cppHeadersZip(type: Zip) {
|
||||
}
|
||||
}
|
||||
|
||||
build.dependsOn cppSourcesZip
|
||||
build.dependsOn cppHeadersZip
|
||||
|
||||
|
||||
model {
|
||||
publishing {
|
||||
|
||||
Reference in New Issue
Block a user