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)
### 📝 Descriptionwhen the toolchain used by kotlin/java compilation tasks generatesclassfiles with newer versions, running the task in-process (i.e. with`classLoaderIsolation`) results in a build failing withUnsupportedClassVersionError.switching to `processIsolation` and using (by default) the configuredjava toolchain should mitigate this### 🔗 Related Issuesnot 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