From f1fa283cd568082d688a9571f1996453932025aa Mon Sep 17 00:00:00 2001 From: chasegawa Date: Tue, 10 May 2022 13:25:42 -0700 Subject: [PATCH] SHIBUI-2264 fixed so that pac4j test run properly --- pac4j-module/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pac4j-module/build.gradle b/pac4j-module/build.gradle index e9dab57c2..be39bb6d8 100644 --- a/pac4j-module/build.gradle +++ b/pac4j-module/build.gradle @@ -18,6 +18,10 @@ repositories { } } +test { + useJUnitPlatform() // Needed by spock to find specification tests +} + dependencyManagement { imports { mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES