From 1a9a6c36789149b89480afb598efb3b0beceb6fc Mon Sep 17 00:00:00 2001 From: Thad House Date: Sat, 19 Aug 2017 11:32:49 -0700 Subject: [PATCH] Fixes HalSimStaticDeps config and publishing (#610) --- hal/build.gradle | 3 ++- hal/publish.gradle | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hal/build.gradle b/hal/build.gradle index 947d527eb6..a2b7e6be5e 100644 --- a/hal/build.gradle +++ b/hal/build.gradle @@ -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. diff --git a/hal/publish.gradle b/hal/publish.gradle index c5d22fe6ae..b61f8c6f72 100644 --- a/hal/publish.gradle +++ b/hal/publish.gradle @@ -107,8 +107,6 @@ model { artifact it } - artifact allCppStaticDepsTask - artifactId = baseArtifactId + 'StaticDeps' groupId artifactGroupId version pubVersion