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 878610e commit 19976fbCopy full SHA for 19976fb
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.6.0-SNAPSHOT'
+ hibernateOrmVersion = '7.0.0.Alpha2'
57
}
58
if ( !project.hasProperty( 'hibernateOrmGradlePluginVersion' ) ) {
59
// Same as ORM as default
0 commit comments