We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327c326 commit d5db9cfCopy full SHA for d5db9cf
build.gradle
@@ -53,7 +53,7 @@ version = projectVersion
53
// ./gradlew clean build -PhibernateOrmVersion=5.6.15-SNAPSHOT
54
ext {
55
if ( !project.hasProperty('hibernateOrmVersion') ) {
56
- hibernateOrmVersion = '6.5.2.Final'
+ hibernateOrmVersion = '6.6.0-SNAPSHOT'
57
}
58
if ( !project.hasProperty( 'hibernateOrmGradlePluginVersion' ) ) {
59
// Same as ORM as default
0 commit comments