Skip to content

Commit e4acaf8

Browse files
authored
compileOnlyApi jakarta.el (#1829)
1 parent 04a321d commit e4acaf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grails-datastore-gorm/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ dependencies {
44

55
implementation "org.slf4j:slf4j-api:$slf4jVersion"
66
// :grails-datastore-gorm:compileGroovy requires jakarta.el.ExpressionFactory
7-
compileOnly("jakarta.el:jakarta.el-api:$jakartaElVersion")
7+
// required by gorm-hibernate5 test compilation
8+
compileOnlyApi("jakarta.el:jakarta.el-api:$jakartaElVersion")
89

910
compileOnly("org.hibernate:hibernate-validator:$hibernateValidatorVersion")
1011
compileOnly("org.springframework:spring-jdbc:$springVersion")

0 commit comments

Comments
 (0)