apache/gravitino

[Improvement] build.gradle.kts should support compiling with Java 21

Open

#7,976 建立於 2025年8月8日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Java (887 fork)auto 404
good first issueimprovement

倉庫指標

Star
 (3,058 star)
PR 合併指標
 (PR 指標待抓取)

描述

What would you like to be improved?

Many people will not have earlier versions of Java installed, and Gravitino should support compilation with more recent versions of Java. The reason why this isn't currently supported is due to Spotless Java version compatibility issues in the build.gradle.kts file, but that can be worked around.

How should we improve?

Allow Gravitino to be compiled on more recent versions of Java.

貢獻者指南