Skip to content

Commit

Permalink
Revert "Use latest snapshot"
Browse files Browse the repository at this point in the history
This reverts commit 0d4b8b9.
  • Loading branch information
DavideD committed Sep 15, 2023
1 parent d1461e6 commit fee89e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ org.gradle.java.installations.auto-download=false
#enableSonatypeOpenSourceSnapshotsRep = true

# Enable the maven local repository (for local development when needed) when present (value ignored)
enableMavenLocalRepo = true
#enableMavenLocalRepo = true

# Override default Hibernate ORM version
hibernateOrmVersion = 6.3.1-SNAPSHOT
#hibernateOrmVersion = 6.2.3.Final

# 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.3.0.Final
#hibernateOrmGradlePluginVersion = 6.2.3.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 fee89e9

Please sign in to comment.