Merge branch 'develop' into feat/oauth2-user-service-26
This commit is contained in:
@@ -15,6 +15,8 @@ plugins {
|
||||
jacoco
|
||||
}
|
||||
|
||||
apply(plugin = "org.springframework.boot.aot")
|
||||
|
||||
apply(from = "$rootDir/gradle/docker.gradle.kts")
|
||||
|
||||
group = "com.project"
|
||||
@@ -57,6 +59,7 @@ dependencies {
|
||||
testImplementation(libs.spring.boot.starter.test)
|
||||
testImplementation(libs.kotlin.test.junit5)
|
||||
testImplementation(libs.spring.grpc.test)
|
||||
testImplementation(libs.mockk)
|
||||
testRuntimeOnly(libs.junit.platform.launcher)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user