Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use java toolchain when generating SDL #2058

Conversation

tKe
Copy link
Contributor

@tKe tKe commented Nov 19, 2024

📝 Description

when the toolchain used by kotlin/java compilation tasks generates classfiles with newer versions, running the task in-process (i.e. with classLoaderIsolation) results in a build failing with UnsupportedClassVersionError.

switching to processIsolation and using (by default) the configured java toolchain should mitigate this

🔗 Related Issues

not raised (can raise an issue if required)

when the toolchain used by kotlin/java compilation tasks generates
classfiles with newer versions, running the task in-process (i.e. with
`classLoaderIsolation`) results in a build failing with
UnsupportedClassVersionError.

switching to `processIsolation` and using (by default) the configured
java toolchain should mitigate this
@samuelAndalon samuelAndalon merged commit 681c70d into ExpediaGroup:master Nov 22, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants