|
|
|
|
@ -28,3 +28,7 @@ dependencies {
@@ -28,3 +28,7 @@ dependencies {
|
|
|
|
|
testImplementation(project(":starter:spring-boot-starter-test")) |
|
|
|
|
testImplementation("org.apache.httpcomponents.client5:httpclient5") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tasks.named("compileTestJava") { |
|
|
|
|
options.nullability.checking = "tests" |
|
|
|
|
} |
|
|
|
|
|