mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-02 00:32:15 +00:00
Updated core.gradle to include crypto as referenced project in eclipse
This commit is contained in:
parent
d253f5e109
commit
c3a3a5bfbf
@ -51,3 +51,7 @@ ideaModule {
|
||||
cryptoDep.exported = true
|
||||
module.dependencies.add(cryptoDep)
|
||||
}
|
||||
|
||||
eclipseProject {
|
||||
referencedProjects.add('spring-security-crypto')
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user