Skip to content

Commit

Permalink
SHIBUI-2264
Browse files Browse the repository at this point in the history
fixed so that pac4j test run properly
  • Loading branch information
chasegawa committed May 10, 2022
1 parent c56f26c commit f1fa283
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pac4j-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1fa283

Please sign in to comment.