Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Note
Medium Risk
Build and toolchain upgrades (Gradle 8/Kotlin 2/Java 21 toolchains) can introduce breaking changes in compilation, publishing, and plugin behavior, plus the regenerated GraphQL schema may affect generated client code.
Overview
Modernizes the build by upgrading Gradle (wrapper to
8.10.2) and multiple plugins/dependencies (notably Kotlin2.1.10, Shadow8.1.1, GraphQL plugin7.0.0, Dokka2.0.0, Nexus publish2.0.0, plus JUnit/Ktor/OkHttp/Log4j/annotations bumps).Updates Gradle configuration to newer APIs (
base.archivesName,archiveClassifier.set,allSource,tasks.withType(KotlinCompile)), introduces Java/Kotlin toolchains targeting Java21while keepingsourceCompatibility/targetCompatibilityat1.8, and fixesdocker-compose.ymlto use theservices:root.Adds a newly introspected
src/main/graphql/schema.graphql(large schema snapshot) for client generation.Written by Cursor Bugbot for commit 288b1e7. This will update automatically on new commits. Configure here.