Files
spring-framework/spring-expression/spring-expression.gradle
Brian Clozel 2eeb428e95 Move modules to independent build files
The main `build.gradle` file contains now only the common build
infrastructure; all module-specific build configurations have
been moved to their own build file.

Issue: SPR-15885
2017-08-21 14:41:55 +02:00

6 lines
134 B
Groovy

description = "Spring Expression Language (SpEL)"
dependencies {
compile(project(":spring-jcl"))
compile(project(":spring-core"))
}