|
|
|
|
@ -32,3 +32,11 @@ dependencies {
@@ -32,3 +32,11 @@ dependencies {
|
|
|
|
|
dockerTestImplementation("org.testcontainers:junit-jupiter") |
|
|
|
|
dockerTestImplementation("org.testcontainers:pulsar") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tasks.named("compileTestJava") { |
|
|
|
|
options.nullability.checking = "tests" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tasks.named("compileDockerTestJava") { |
|
|
|
|
options.nullability.checking = "tests" |
|
|
|
|
} |
|
|
|
|
|