Fixed packaging of native lib with driver instead of driver lib (#5)

This commit is contained in:
Kython89 2021-01-09 22:33:49 -06:00 committed by GitHub
parent 5a88fae42c
commit 00989f7e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {