Files
tustu/gradle.properties
johndoe6345789 16514b48fb Add MANIFEST.MF and configure Gradle to use Java 21
- Created a new MANIFEST.MF file for the JAR with version 1.0.
- Added gradle.properties to specify Java 21 as the JDK for Gradle builds, ensuring compatibility with current Gradle/Kotlin versions.
2026-01-11 20:43:48 +00:00

3 lines
146 B
Properties

# Use Java 21 for Gradle builds (Java 25 is not compatible with current Gradle/Kotlin versions)
org.gradle.java.home=/usr/lib/jvm/java-21-openjdk