Knotx / knotx-gradle-plugins

Gradle plugins that help manage Knot.x modules builds.
https://knotx.io
Apache License 2.0
1 stars 3 forks source link

Execute tests from all included knotx-stack builds #35

Closed malaskowski closed 4 years ago

malaskowski commented 4 years ago

Description

Add support for running tests for each composite-build modules tests. Apply plugin composite-build-support (renamed publish-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:

plugins {
  // ...
  id("io.knotx.publish-all-composite")
}

to

plugins {
  // ...
  id("io.knotx.composite-build-support")
}

Types of changes

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.

tomaszmichalak commented 4 years ago

Please update upgrade notes here.