We migrate from Maven to Gradle. In Gradle 5 we can switch from Groovy to Kotlin so IDE support is much better. Additionally we can use the native BOM support and better annotation processors support.
It requires also Vert.x version update.
Upgrade notes (if appropriate)
Not required.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
[ ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
I hereby agree to the terms of the Knot.x Contributor License Agreement.
Migrate to Gradle 5 & Kotlin & Vert.x 3.6.2.
Description
Migrate:
Motivation and Context
We migrate from Maven to Gradle. In Gradle 5 we can switch from Groovy to Kotlin so IDE support is much better. Additionally we can use the native BOM support and better annotation processors support. It requires also Vert.x version update.
Upgrade notes (if appropriate)
Not required.
Types of changes
Checklist:
I hereby agree to the terms of the Knot.x Contributor License Agreement.