|
|
|
|
@ -26,4 +26,8 @@ dependencies {
@@ -26,4 +26,8 @@ dependencies {
|
|
|
|
|
implementation(project(":starter:spring-boot-starter-actuator")) |
|
|
|
|
|
|
|
|
|
testImplementation(project(":starter:spring-boot-starter-test")) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tasks.named("compileTestJava") { |
|
|
|
|
options.nullability.checking = "tests" |
|
|
|
|
} |
|
|
|
|
|