fix: dockerbuild

This commit is contained in:
2025-11-13 20:56:08 +01:00
parent 75773e26c0
commit d9ea7c060c
3 changed files with 3 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ plugins {
group = 'de.wundenbergs'
version = '0.0.1-SNAPSHOT'
description = 'Simple Projektverwaltung'
description = 'Simple Dashboard'
java {
toolchain {
@@ -25,16 +25,11 @@ repositories {
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
// implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'io.github.wimdeblauwe:htmx-spring-boot-thymeleaf:4.0.1'
// implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
// testImplementation 'org.springframework.security:spring-security-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
developmentOnly("org.springframework.boot:spring-boot-devtools")
}