From eb1b389390c930f901e78c7f9304ffd9b3ff7afb Mon Sep 17 00:00:00 2001 From: Falko Modler Date: Sun, 18 Apr 2021 11:54:02 +0200 Subject: [PATCH] Fix kotlin-plugin build warning --- .../resteasy-reactive/quarkus-resteasy-reactive/runtime/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/runtime/pom.xml b/extensions/resteasy-reactive/quarkus-resteasy-reactive/runtime/pom.xml index 30e5ec6b2bba4..fa6f4c767f493 100644 --- a/extensions/resteasy-reactive/quarkus-resteasy-reactive/runtime/pom.xml +++ b/extensions/resteasy-reactive/quarkus-resteasy-reactive/runtime/pom.xml @@ -66,6 +66,7 @@ org.jetbrains.kotlin kotlin-maven-plugin + ${kotlin.version} compile