Closed jdigger closed 9 years ago
If you restrict the bundles in a package (e.g., createPackage.addProjectBundles()) or specify a different Configuration to use (e.g, createPackage.configuration = project.configurations.myconf), they are not being used by the verifyBundles task.
createPackage.addProjectBundles()
createPackage.configuration = project.configurations.myconf
verifyBundles
If you restrict the bundles in a package (e.g.,
createPackage.addProjectBundles()
) or specify a different Configuration to use (e.g,createPackage.configuration = project.configurations.myconf
), they are not being used by theverifyBundles
task.