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