We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643f611 commit fde0ae4Copy full SHA for fde0ae4
module/spring-boot-kotlin-serialization/build.gradle
@@ -1,5 +1,3 @@
1
-import org.springframework.boot.build.autoconfigure.CheckAutoConfigurationClasses
2
-
3
/*
4
* Copyright 2012-present the original author or authors.
5
*
@@ -40,3 +38,7 @@ dependencies {
40
38
testRuntimeOnly("ch.qos.logback:logback-classic")
41
39
testRuntimeOnly("org.jetbrains.kotlin:kotlin-reflect")
42
}
+
+tasks.named("compileTestJava") {
43
+ options.nullability.checking = "tests"
44
+}
0 commit comments