diff --git a/module/spring-boot-netty/build.gradle b/module/spring-boot-netty/build.gradle index 91260114452..20d9513f864 100644 --- a/module/spring-boot-netty/build.gradle +++ b/module/spring-boot-netty/build.gradle @@ -36,3 +36,7 @@ dependencies { testRuntimeOnly("ch.qos.logback:logback-classic") } + +tasks.named("compileTestJava") { + options.nullability.checking = "tests" +}