Renovate github-action support JAVA 21 #34572
Replies: 4 comments 1 reply
-
Hi there, The logs you provided are insufficient to help you. Please provide more logs, or more detailed logs, so we can help you. Be sure to include DEBUG logs, and don't excessively redact or truncate them. If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Read the Renovate docs, Troubleshooting to learn more about getting the correct logs. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
adding more logs after debug mode is enabled
2025-02-24T12:41:37.8841099Z DEBUG: Post-upgrade file saved (repository=xxxx/test-repo, branch=renovate/jooq_version)
|
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitHub
Please tell us more about your question or problem
I have a repository using Java 21. However, renovate is using Java 17. repository
Current renovate github-action version: renovate:37.347.1-slim
When I am in our repository - and I run the following command - ./gradlew -q javaToolchains - it produces the following output:
Options
| Auto-detection: Enabled
| Auto-download: Enabled
Azul Zulu JDK 11.0.18+10-LTS
| Location: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
| Language Version: 11
| Vendor: Azul Zulu
| Architecture: aarch64
| Is JDK: true
| Detected by: MacOS java_home
Eclipse Temurin JDK 21.0.6+7-LTS
| Location: /Library/Java/JavaVirtualMachines/temurin-21.jdk/Contents/Home
| Language Version: 21
| Vendor: Eclipse Temurin
| Architecture: aarch64
| Is JDK: true
| Detected by: MacOS java_home
Homebrew JDK 11.0.26+0
| Location: /opt/homebrew/Cellar/openjdk@11/11.0.26/libexec/openjdk.jdk/Contents/Home
| Language Version: 11
| Vendor: Homebrew
| Architecture: aarch64
| Is JDK: true
| Detected by: MacOS java_home
Homebrew JDK 17.0.14+0
| Location: /opt/homebrew/Cellar/openjdk@17/17.0.14/libexec/openjdk.jdk/Contents/Home
| Language Version: 17
| Vendor: Homebrew
| Architecture: aarch64
| Is JDK: true
| Detected by: MacOS java_home
Homebrew JDK 21.0.6
| Location: /opt/homebrew/Cellar/openjdk@21/21.0.6/libexec/openjdk.jdk/Contents/Home
| Language Version: 21
| Vendor: Homebrew
| Architecture: aarch64
| Is JDK: true
| Detected by: Current JVM
I had to install Eclipse Temurin JDK 21.0.6+7-LTS manually, although from the output it looks that it should automatically download required jvm.
Does the newer version of renovate GitHub-actions support JAVA 21 ? I wasn't able to find any relevant documentation. Please suggest
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions