From cfed2ed766067b9b9da8a450f9d8d33f0d35da0c Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 21 Apr 2022 12:01:02 +0200 Subject: [PATCH] Jakarta - Bump Kotlin Maven plugin to 1.6.21 --- jakarta/transform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jakarta/transform.sh b/jakarta/transform.sh index 126cbcefca478..bff09c434c331 100755 --- a/jakarta/transform.sh +++ b/jakarta/transform.sh @@ -62,7 +62,7 @@ if [ "${REWRITE_OFFLINE-false}" != "true" ]; then # Build Kotlin Maven Plugin to allow skipping main compilation # (skipping test compilation is supported but not main) rm -rf target/kotlin - git clone -b v1.6.20-jakarta --depth 1 https://github.com/gsmet/kotlin.git target/kotlin + git clone -b v1.6.21-jakarta --depth 1 https://github.com/gsmet/kotlin.git target/kotlin pushd target/kotlin/libraries/tools/kotlin-maven-plugin mvn -B clean install -DskipTests -DskipITs popd