switch build system to gradle

This commit is contained in:
2025-10-08 16:10:39 +02:00
parent cde0ee46cd
commit 8088ed4b66

View File

@@ -28,7 +28,7 @@ dependencies {
group = "de.pnreichmuth"
version = "0.0.1-SNAPSHOT"
description = "timekeep-backend"
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.sourceCompatibility = JavaVersion.VERSION_25
publishing {
publications.create<MavenPublication>("maven") {