From 00989f7e5e8121be0fa219f61af0d063f1e40f9f Mon Sep 17 00:00:00 2001 From: Kython89 Date: Sat, 9 Jan 2021 22:33:49 -0600 Subject: [PATCH] Fixed packaging of native lib with driver instead of driver lib (#5) --- publish.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.gradle b/publish.gradle index 3d4262b..672ecf9 100644 --- a/publish.gradle +++ b/publish.gradle @@ -164,7 +164,7 @@ model { publishing { def taskList = createComponentZipTasks($.components, ['Vendor'], zipBaseName, Zip, project, includeStandardZipFormat) - def driverTaskList = createComponentZipTasks($.components, ['Vendor'], driverZipBaseName, Zip, project, includeStandardZipFormat) + def driverTaskList = createComponentZipTasks($.components, ['VendorDriver'], driverZipBaseName, Zip, project, includeStandardZipFormat) publications { cpp(MavenPublication) {