mirror of
https://github.com/PaulReichmuth/timekeep-backend.git
synced 2025-12-22 22:41:59 +00:00
begin service structure
This commit is contained in:
@@ -6,6 +6,7 @@ plugins {
|
||||
id("java-library")
|
||||
`maven-publish`
|
||||
id("io.freefair.lombok") version "9.0.0"
|
||||
id("io.spring.dependency-management") version "1.1.7"
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -14,6 +15,7 @@ repositories {
|
||||
maven {
|
||||
url = uri("https://repo.maven.apache.org/maven2/")
|
||||
}
|
||||
maven { url = uri("https://repo.spring.io/snapshot") }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user