Fixes HalSimStaticDeps config and publishing (#610)

This commit is contained in:
Thad House
2017-08-19 11:32:49 -07:00
committed by Peter Johnson
parent e1195e8b9d
commit 1a9a6c3678
2 changed files with 2 additions and 3 deletions

View File

@@ -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.

View File

@@ -107,8 +107,6 @@ model {
artifact it
}
artifact allCppStaticDepsTask
artifactId = baseArtifactId + 'StaticDeps'
groupId artifactGroupId
version pubVersion