feat: import mailer during runtime and compiling, remove duplicated games section
All checks were successful
CI / Get Changed Files (pull_request) Successful in 9s
CI / Docker frontend validation (pull_request) Successful in 59s
CI / Docker backend validation (pull_request) Successful in 1m39s
CI / oxlint (pull_request) Successful in 30s
CI / eslint (pull_request) Successful in 39s
CI / prettier (pull_request) Successful in 32s
CI / Checkstyle Main (pull_request) Successful in 1m26s
CI / test-build (pull_request) Successful in 59s
All checks were successful
CI / Get Changed Files (pull_request) Successful in 9s
CI / Docker frontend validation (pull_request) Successful in 59s
CI / Docker backend validation (pull_request) Successful in 1m39s
CI / oxlint (pull_request) Successful in 30s
CI / eslint (pull_request) Successful in 39s
CI / prettier (pull_request) Successful in 32s
CI / Checkstyle Main (pull_request) Successful in 1m26s
CI / test-build (pull_request) Successful in 59s
This commit is contained in:
parent
4f1e90efdf
commit
961f3b7ec5
2 changed files with 2 additions and 29 deletions
|
@ -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> {
|
||||
|
|
Reference in a new issue