Closed tomaszmichalak closed 5 years ago
This is a bugfix for the issue defined here: https://github.com/Knotx/knotx-launcher/issues/13.
We need to change a modules definition syntax from:
modules = [ "alias=io.myVerticle" ]
to:
modules { alias = "io.myVerticle" }
I hereby agree to the terms of the Knot.x Contributor License Agreement.
This is a bugfix for the issue defined here: https://github.com/Knotx/knotx-launcher/issues/13.
Upgrade notes (if appropriate)
We need to change a modules definition syntax from:
to:
Types of changes
Checklist:
I hereby agree to the terms of the Knot.x Contributor License Agreement.