Add com.sun.jndi.ldap Module
- Needed for importing com.sun.jndi.ldap in tests
This commit is contained in:
@@ -18,6 +18,10 @@ dependencies {
|
||||
testImplementation 'org.springframework.security:spring-security-test'
|
||||
}
|
||||
|
||||
compileTestJava {
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
|
||||
tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user