mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +00:00
- 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.
3 lines
146 B
Properties
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
|