Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

Feature/switch to gradle #481

Closed tomaszmichalak closed 5 years ago

tomaszmichalak commented 5 years ago

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.