You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use java toolchain when generating SDL (#2058)
### 📝 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)
Copy file name to clipboardExpand all lines: plugins/graphql-kotlin-gradle-plugin/src/main/kotlin/com/expediagroup/graphql/plugin/gradle/tasks/GraphQLGenerateSDLTask.kt
0 commit comments