mirror of
https://github.com/PaulReichmuth/timekeep-backend.git
synced 2025-12-22 22:41:59 +00:00
switch build system to gradle
This commit is contained in:
@@ -28,7 +28,7 @@ dependencies {
|
|||||||
group = "de.pnreichmuth"
|
group = "de.pnreichmuth"
|
||||||
version = "0.0.1-SNAPSHOT"
|
version = "0.0.1-SNAPSHOT"
|
||||||
description = "timekeep-backend"
|
description = "timekeep-backend"
|
||||||
java.sourceCompatibility = JavaVersion.VERSION_1_8
|
java.sourceCompatibility = JavaVersion.VERSION_25
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications.create<MavenPublication>("maven") {
|
publications.create<MavenPublication>("maven") {
|
||||||
|
|||||||
Reference in New Issue
Block a user