Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Nov 12, 2024
1 parent a8ad1ac commit 99c277e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ enableSonatypeOpenSourceSnapshotsRep = true
# The default Hibernate ORM version (override using `-PhibernateOrmVersion=the.version.you.want`)
# I'm not setting a version window here, because the examples will end up using the latest stable version
# instead of the latest snapshot
hibernateOrmVersion = 6.6.2-SNAPSHOT
hibernateOrmVersion = 6.6.3-SNAPSHOT

# Override default Hibernate ORM Gradle plugin version
# Using the stable version because I don't know how to configure the build to download the snapshot version from
# a remote repository
hibernateOrmGradlePluginVersion = 6.6.1.Final
hibernateOrmGradlePluginVersion = 6.6.2.Final

# If set to true, skip Hibernate ORM version parsing (default is true, if set to null)
# this is required when using intervals or weird versions or the build will fail
Expand Down

0 comments on commit 99c277e

Please sign in to comment.