|
|
|
|
@ -39,3 +39,11 @@ dependencies {
@@ -39,3 +39,11 @@ dependencies {
|
|
|
|
|
dockerTestImplementation("org.testcontainers:postgresql") |
|
|
|
|
dockerTestImplementation("org.testcontainers:r2dbc") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tasks.named("compileTestJava") { |
|
|
|
|
options.nullability.checking = "tests" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tasks.named("compileDockerTestJava") { |
|
|
|
|
options.nullability.checking = "tests" |
|
|
|
|
} |
|
|
|
|
|