File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ dependencies {
94
94
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
95
95
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
96
96
implementation(" org.springframework.boot:spring-boot-autoconfigure:$springBootVersion " )
97
- implementation(" org.springframework:spring-context: $springBootVersion " )
97
+ implementation(" org.springframework:spring-context" )
98
98
implementation(" javax.annotation:javax.annotation-api:$annotationApiVersion " )
99
99
compileOnly(" org.springframework.boot:spring-boot-configuration-processor:$springBootVersion " )
100
100
testImplementation(" org.springframework.boot:spring-boot-starter-test:$springBootVersion " )
@@ -105,4 +105,8 @@ tasks.withType<KotlinCompile> {
105
105
freeCompilerArgs = listOf (" -Xjsr305=strict" )
106
106
jvmTarget = " 11"
107
107
}
108
+ }
109
+
110
+ tasks.withType<Test > {
111
+ useJUnitPlatform()
108
112
}
You can’t perform that action at this time.
0 commit comments