We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac90ce commit dc6c63fCopy full SHA for dc6c63f
gradle.properties
@@ -35,12 +35,12 @@ enableSonatypeOpenSourceSnapshotsRep = true
35
#enableMavenLocalRepo = true
36
37
# Override default Hibernate ORM version
38
-hibernateOrmVersion = 6.5.3-SNAPSHOT
+hibernateOrmVersion = [6.5,6.6)
39
40
# Override default Hibernate ORM Gradle plugin version
41
# Using the stable version because I don't know how to configure the build to download the snapshot version from
42
# a remote repository
43
-hibernateOrmGradlePluginVersion = 6.5.2.Final
+#hibernateOrmGradlePluginVersion = 6.5.2.Final
44
45
# If set to true, skip Hibernate ORM version parsing (default is true, if set to null)
46
# this is required when using intervals or weird versions or the build will fail
0 commit comments