Skip to content

Commit ca90aaf

Browse files
committed
Change properties to test ORM 7.0 snapshots
1 parent a1598ae commit ca90aaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ org.gradle.java.installations.auto-download=false
3131
#db = MSSQL
3232

3333
# Enable the maven Central Snapshot repository, when set to any value (the value is ignored)
34-
#enableCentralSonatypeSnapshotsRep = true
34+
enableCentralSonatypeSnapshotsRep = true
3535

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

3939
### Settings the following properties will override the version defined in gradle/libs.versions.toml
4040

4141
# The default Hibernate ORM version (override using `-PhibernateOrmVersion=the.version.you.want`)
42-
#hibernateOrmVersion = 7.1.0.Final
42+
hibernateOrmVersion = 7.1.+
4343

4444
# Override default Hibernate ORM Gradle plugin version
4545
#hibernateOrmGradlePluginVersion = 7.1.0.Final
4646

4747
# If set to true, skip Hibernate ORM version parsing (default is true, if set to null)
4848
# this is required when using intervals or weird versions or the build will fail
49-
#skipOrmVersionParsing = true
49+
skipOrmVersionParsing = true
5050

5151
# Override default Vert.x Sql client version
5252
#vertxSqlClientVersion = 4.5.16-SNAPSHOT

0 commit comments

Comments
 (0)