feat: import mailer during runtime and compiling, remove duplicated games section

This commit is contained in:
Phan Huy Tran 2025-05-14 08:59:56 +02:00 committed by Jan-Marlon Leibl
commit 0a0c801716
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5
2 changed files with 2 additions and 29 deletions

View file

@ -54,7 +54,7 @@ dependencies {
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
compileOnly("org.springframework.boot:spring-boot-starter-mail")
implementation("org.springframework.boot:spring-boot-starter-mail")
}
tasks.withType<Test> {