Skip to content

Commit b52d5e8

Browse files
committed
Set grails hibernate gradle plugin to 7.0.0
1 parent 8fbfbe8 commit b52d5e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
dependencies {
77
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
88
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:$assetPipelineVersion"
9-
classpath "org.grails.plugins:hibernate5:${gormVersion-".RELEASE"}"
9+
classpath "org.grails.plugins:hibernate5:7.0.0"
1010
}
1111
}
1212

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
dependencies {
77
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
88
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:$assetPipelineVersion"
9-
classpath "org.grails.plugins:hibernate5:${gormVersion-".RELEASE"}"
9+
classpath "org.grails.plugins:hibernate5:7.0.0"
1010
}
1111
}
1212

0 commit comments

Comments
 (0)