apache/gravitino

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

Open

#7976 aperta il 8 ago 2025

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Java (887 fork)auto 404
good first issueimprovement

Metriche repository

Star
 (3058 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor