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 {
|
publishing {
|
||||||
def taskList = createComponentZipTasks($.components, ['Vendor'], zipBaseName, Zip, project, includeStandardZipFormat)
|
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 {
|
publications {
|
||||||
cpp(MavenPublication) {
|
cpp(MavenPublication) {
|
||||||
|
Loading…
Reference in New Issue
Block a user