feat: import mailer during runtime and compiling, remove duplicated games section
This commit is contained in:
parent
565d31db1e
commit
0a0c801716
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