|
|
|
|
@ -44,3 +44,11 @@ dependencies {
@@ -44,3 +44,11 @@ dependencies {
|
|
|
|
|
testImplementation(testFixtures(project(":core:spring-boot-testcontainers"))) |
|
|
|
|
testImplementation("com.squareup.okhttp3:mockwebserver") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tasks.named("compileTestJava") { |
|
|
|
|
options.nullability.checking = "tests" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tasks.named("compileDockerTestJava") { |
|
|
|
|
options.nullability.checking = "tests" |
|
|
|
|
} |
|
|
|
|
|