Add com.sun.jndi.ldap Module

- Needed for importing com.sun.jndi.ldap in tests
This commit is contained in:
Josh Cummings
2022-03-03 11:33:05 -07:00
parent 4a79cb51e9
commit 21e31a1199
10 changed files with 50 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ dependencies {
testImplementation 'org.springframework.security:spring-security-test'
}
compileTestJava {
targetCompatibility = JavaVersion.VERSION_11
}
tasks.named('test') {
useJUnitPlatform()
}