diff --git a/com.ibm.wala.cast.test/build.gradle b/com.ibm.wala.cast.test/build.gradle index 66df175d4..3da9ce2e5 100644 --- a/com.ibm.wala.cast.test/build.gradle +++ b/com.ibm.wala.cast.test/build.gradle @@ -60,7 +60,7 @@ model { withType(StaticLibraryBinarySpec) { buildable = false } - all { + withType(SharedLibraryBinarySpec) { switch ("$targetPlatform.operatingSystem.name/$targetPlatform.architecture.name") { case 'linux/x86-64': // TODO: compute path on following line from 'cast' library properties somehow