Closed linghengqian closed 4 months ago
Please consider setting the JAVA_HOME
environment variable to an earlier Java version (e.g., 21 or 17) that will work with kotlin. And also set the GRAALVM_HOME
to whichever version you need.
Also, have you tried running the project with a non-GraalVM Java 23? I suspect it would fail.
Please consider setting the
JAVA_HOME
environment variable to an earlier Java version (e.g., 21 or 17) that will work with kotlin. And also set theGRAALVM_HOME
to whichever version you need.
Also, have you tried running the project with a non-GraalVM Java 23? I suspect it would fail.
Still looks suspiciously failed. Similar to https://github.com/graalvm/native-build-tools/actions/runs/9517556127/job/26236415815?pr=603 .
This seems to be a different error message? I could not find settings-plugins:compileKotlin
. Can we close this issue?
Still looks suspiciously failed. Similar to https://github.com/graalvm/native-build-tools/actions/runs/9517556127/job/26236415815?pr=603 .
This seems to be a different error message? I could not find
settings-plugins:compileKotlin
. Can we close this issue?
Before reporting
Describe the bug A clear and concise description of what the bug is. Make sure that you have read the documentation and that you are using the latest plugin version.
:native-gradle-plugin:functionalTest
in the master branch failed in Oracle GraalVM For JDK 23.ea.13 .To Reproduce
When possible, provide a link to a repository which reproduces the issue, with instructions on how to use. The reproducer must make use of either the Maven or Gradle plugin.
Steps to reproduce the behavior:
Please use backticks to properly format code. If possible please attach a complete reproducer here (either as a zip file or as a link to public repository/branch).
Expected behavior A clear and concise description of what you expected to happen.
Logs Add logs to help explain your problem. Please use backticks to properly format big logs.
System Info (please complete the following information):
Windows
]Ubuntu
22.0 CE
]Oracle GraalVM
17
]23.ea.13
native-gradle-plugin:0.9.10
] https://github.com/graalvm/native-build-tools/commit/fb962b94f9af2cc04f73624d30a6b7c4dfee3768Additional context Add any other context about the problem here.