mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Fixes HalSimStaticDeps config and publishing (#610)
This commit is contained in:
committed by
Peter Johnson
parent
e1195e8b9d
commit
1a9a6c3678
@@ -32,7 +32,8 @@ model {
|
||||
headerClassifier = 'headers'
|
||||
ext = 'zip'
|
||||
version = '+'
|
||||
sharedConfigs = [ halAthena: [], halSim: [], halDev: [], halSimStaticDeps: [], halSimTestingBaseTest: [] ]
|
||||
sharedConfigs = [ halAthena: [], halSim: [], halDev: [], halSimTestingBaseTest: [] ]
|
||||
staticConfigs = [ halSimStaticDeps: [] ]
|
||||
}
|
||||
}
|
||||
// Exports config is a utility to enable exporting all symbols in a C++ library on windows to a DLL.
|
||||
|
||||
@@ -107,8 +107,6 @@ model {
|
||||
artifact it
|
||||
}
|
||||
|
||||
artifact allCppStaticDepsTask
|
||||
|
||||
artifactId = baseArtifactId + 'StaticDeps'
|
||||
groupId artifactGroupId
|
||||
version pubVersion
|
||||
|
||||
Reference in New Issue
Block a user