Skip to content

Commit

Permalink
[hibernate#1930] Change properties to test ORM 6.6 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Aug 9, 2024
1 parent c61ec35 commit d5c9d47
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ org.gradle.java.installations.auto-download=false
#db = MSSQL

# Enable the SonatypeOS maven repository (mainly for Vert.x snapshots) when present (value ignored)
#enableSonatypeOpenSourceSnapshotsRep = true
enableSonatypeOpenSourceSnapshotsRep = true

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

# Override default Hibernate ORM version
#hibernateOrmVersion = 6.6.0.Final
# 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.1-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
Expand All @@ -44,7 +46,7 @@ hibernateOrmGradlePluginVersion = 6.6.0.CR2

# 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
#skipOrmVersionParsing = true
skipOrmVersionParsing = true

# Override default Vert.x Sql client version
#vertxSqlClientVersion = 4.5.9-SNAPSHOT
Expand Down

0 comments on commit d5c9d47

Please sign in to comment.