Skip to content

Commit

Permalink
Adjust the Kotlin version in jakarta/transform.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored and pedroh-pereira committed Nov 14, 2022
1 parent f5fabf7 commit 66e4928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jakarta/transform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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.7.20-jakarta --depth 1 https://github.com/gsmet/kotlin.git target/kotlin
git clone -b v1.7.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
Expand Down

0 comments on commit 66e4928

Please sign in to comment.