From fe9210c42f236952a2573b1e75c36c128777a9ff Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Mar 2022 11:00:12 +0100 Subject: [PATCH] Skip Kotlin build in distribute profiles. Closes #1686 --- parent/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index d79a0c84..e83ea2df 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -352,6 +352,16 @@ + + + org.jetbrains.kotlin + kotlin-maven-plugin + false + + true + + + @@ -675,6 +685,16 @@ + + + org.jetbrains.kotlin + kotlin-maven-plugin + false + + true + + +