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 Oct 4, 2024
1 parent 4047fe9 commit 1680822
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,24 @@ 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

# The default Hibernate ORM version (override using `-PhibernateOrmVersion=the.version.you.want`)
hibernateOrmVersion = 6.6.1.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.2-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.1.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
#skipOrmVersionParsing = true
skipOrmVersionParsing = true

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

0 comments on commit 1680822

Please sign in to comment.