mirror of https://github.com/halo-dev/halo
Add useJunitPlatform() to build.gradle (#1130)
This is required for the JUnit tests to run. Source: https://docs.gradle.org/current/userguide/java_testing.html#using_junit5pull/1138/head
parent
92eda2faf8
commit
7b40d1643a
|
@ -139,3 +139,7 @@ dependencies {
|
||||||
|
|
||||||
developmentOnly "org.springframework.boot:spring-boot-devtools"
|
developmentOnly "org.springframework.boot:spring-boot-devtools"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
useJUnitPlatform()
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue