mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-01 16:22: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
|
cryptoDep.exported = true
|
||||||
module.dependencies.add(cryptoDep)
|
module.dependencies.add(cryptoDep)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
eclipseProject {
|
||||||
|
referencedProjects.add('spring-security-crypto')
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user