mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
cecc0849a8
This commit upgrades Gradle to 7.2. Gradle configuration names are updated accordingly. This also upgrades Gradle build plugins. See gh-26870
11 lines
298 B
Groovy
11 lines
298 B
Groovy
description = "Spring Expression Language (SpEL)"
|
|
|
|
apply plugin: "kotlin"
|
|
|
|
dependencies {
|
|
api(project(":spring-core"))
|
|
testImplementation(testFixtures(project(":spring-core")))
|
|
testImplementation("org.jetbrains.kotlin:kotlin-reflect")
|
|
testImplementation("org.jetbrains.kotlin:kotlin-stdlib")
|
|
}
|