|
|
|
@ -37,3 +37,7 @@ dependencies { |
|
|
|
testRuntimeOnly("jakarta.servlet:jakarta.servlet-api") |
|
|
|
testRuntimeOnly("jakarta.servlet:jakarta.servlet-api") |
|
|
|
testRuntimeOnly("org.springframework:spring-webmvc") |
|
|
|
testRuntimeOnly("org.springframework:spring-webmvc") |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tasks.named("compileTestJava") { |
|
|
|
|
|
|
|
options.nullability.checking = "tests" |
|
|
|
|
|
|
|
} |
|
|
|
|