|
|
|
|
@ -1,5 +1,3 @@
@@ -1,5 +1,3 @@
|
|
|
|
|
import org.springframework.boot.build.autoconfigure.CheckAutoConfigurationClasses |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2012-present the original author or authors. |
|
|
|
|
* |
|
|
|
|
@ -40,3 +38,7 @@ dependencies {
@@ -40,3 +38,7 @@ dependencies {
|
|
|
|
|
testRuntimeOnly("ch.qos.logback:logback-classic") |
|
|
|
|
testRuntimeOnly("org.jetbrains.kotlin:kotlin-reflect") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tasks.named("compileTestJava") { |
|
|
|
|
options.nullability.checking = "tests" |
|
|
|
|
} |
|
|
|
|
|