FANNG1 opened a new pull request, #10485: URL: https://github.com/apache/gravitino/pull/10485
### What changes were proposed in this pull request? This PR backports #10385 to `branch-1.2`. The backport removes the Gradle `release` task usage from the CI/release flow and centralizes the JDK8 compatibility logic in the root build script, instead of keeping scattered module-local handling. ### Why are the changes needed? `branch-1.2` still carries the same build/release-task coupling and JDK8 compatibility fragmentation fixed in main. Backporting this change keeps the branch behavior aligned and avoids relying on the removed release task path. Fix: #10262 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Verified by compiling the directly affected modules: ```bash ./gradlew :clients:client-java:compileJava :flink-connector:flink:compileJava :spark-connector:spark-common:compileJava --console=plain ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
