This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new a1fb459 Remove redundant workarounds for Kotlin compilation on JDK 17
a1fb459 is described below
commit a1fb459d6a0a99bb75c0c925d9cd0012d3433cb3
Author: James Netherton <[email protected]>
AuthorDate: Fri Mar 4 07:45:44 2022 +0000
Remove redundant workarounds for Kotlin compilation on JDK 17
---
.github/workflows/ci-build.yaml | 6 ------
.mvn/jvm.config | 1 -
2 files changed, 7 deletions(-)
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 35e4d23..4d46d14 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -253,12 +253,6 @@ jobs:
env:
MAVEN_OPTS: -Xmx3000m
steps:
- - name: Setup jdk.compiler options for Kotlin Kapt
- if: matrix.java == '17'
- run: |
- # Set additional options for Kotlin Kapt
- # https://youtrack.jetbrains.com/issue/KT-43704
- echo "MAVEN_OPTS=${{env.MAVEN_OPTS}} --add-opens
jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add- [...]
- name: Setup apache-snapshots profile
if: github.ref == 'refs/heads/camel-main' || github.base_ref ==
'camel-main'
run: |
diff --git a/.mvn/jvm.config b/.mvn/jvm.config
deleted file mode 100644
index e0f791e..0000000
--- a/.mvn/jvm.config
+++ /dev/null
@@ -1 +0,0 @@
---illegal-access=permit --add-opens
jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED --add-opens
jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-opens jdk.compiler/com.
[...]
\ No newline at end of file