Fixed packaging of native lib with driver instead of driver lib (#5)
This commit is contained in:
parent
5a88fae42c
commit
00989f7e5e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user