Closed malaskowski closed 4 years ago
Add support for running tests for each composite-build modules tests. Apply plugin composite-build-support (renamed publish-all-composite).
composite-build-support
publish-all-composite
https://github.com/Knotx/knotx-stack/issues/57
Anywhere in the project, where you have applied publish-all-composite plugin, please change from:
plugins { // ... id("io.knotx.publish-all-composite") }
to
plugins { // ... id("io.knotx.composite-build-support") }
I hereby agree to the terms of the Knot.x Contributor License Agreement.
Please update upgrade notes here.
Description
Add support for running tests for each composite-build modules tests. Apply plugin
composite-build-support
(renamedpublish-all-composite
).Motivation and Context
https://github.com/Knotx/knotx-stack/issues/57
Upgrade notes
Anywhere in the project, where you have applied
publish-all-composite
plugin, please change from:to
Types of changes
Checklist:
I hereby agree to the terms of the Knot.x Contributor License Agreement.