diff --git a/cavis-native/cavis-native-lib/build.gradle b/cavis-native/cavis-native-lib/build.gradle index 7f81613e7..2a661314b 100644 --- a/cavis-native/cavis-native-lib/build.gradle +++ b/cavis-native/cavis-native-lib/build.gradle @@ -458,7 +458,7 @@ javadoc { } chipList.each { thisChip -> artifacts { - artifact tasks.getByName("${thisChip}SupportJar") + archive tasks.getByName("${thisChip}SupportJar") } }