Skip to content

Commit 5b6cfbb

Browse files
committed
Grace Boot Hibernate: add missing grails-plugin.xml
Closes gh-1277
1 parent 3df9acc commit 5b6cfbb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

grace-boot-hibernate/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
dependencies {
2-
api project(":grace-boot")
2+
compileOnly project(":grace-boot")
33
api project(":grace-bootstrap")
44
api project(":grace-core")
5+
compileOnly project(":grace-plugin-api")
6+
57
api libs.jakarta.persistence.api
68
api libs.spring.orm
79
api libs.hibernate.core
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<plugin name='hibernate'>
2+
<type>grails.plugin.hibernate.HibernateGrailsPlugin</type>
3+
</plugin>

0 commit comments

Comments
 (0)