mirror of
https://github.com/PaulReichmuth/timekeep-backend.git
synced 2025-12-22 14:41:57 +00:00
switch build system to gradle
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user