Skip to content

Conversation

@NotMyFault
Copy link
Collaborator

Let's see if I've installed this correctly...

Signed-off-by: Alexander Brandes <mc.cache@web.de>
@NotMyFault
Copy link
Collaborator Author

Screenshot 2025-12-17 at 17 46 49 Edit: worked 🚀

Signed-off-by: Alexander Brandes <mc.cache@web.de>
@NotMyFault NotMyFault marked this pull request as ready for review December 18, 2025 10:01
@NotMyFault NotMyFault requested a review from a team as a code owner December 18, 2025 10:01
@NotMyFault NotMyFault enabled auto-merge (squash) December 18, 2025 10:02
@SirYwell
Copy link
Member

Given we use the Gradle toolchains feature which uses Java 21, this change will only mean Gradle itself runs on Java 25, right? Would it make sense to switch to Java 25 with the toolchain directly? We set --release 21 still, so I would expect to still have Java 21 compatibility this way.

@NotMyFault
Copy link
Collaborator Author

NotMyFault commented Dec 18, 2025

Given we use the Gradle toolchains feature which uses Java 21, this change will only mean Gradle itself runs on Java 25, right? Would it make sense to switch to Java 25 with the toolchain directly? We set --release 21 still, so I would expect to still have Java 21 compatibility this way.

We can surely do that. The change in the Jenkinsfile solely specifies the JDK to be used during the build, and has no impact on the outcome. Although:

Configure project :
Kotlin does not yet support 25 JDK, falling back to Kotlin JVM_24 JVM

I would put that on hold for now, given it's not yet supported by Kotlin DSL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants