Skip to content

Commit 7b445a5

Browse files
DavideDSanne
authored andcommitted
Use ORM 6.2 SNAPSHOT from local repository
1 parent 2eaa130 commit 7b445a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ org.gradle.java.installations.auto-download=false
3535
#enableJBossSnapshotsRep = true
3636

3737
# Enable the maven local repository (for local development when needed) when present (value ignored)
38-
# enableMavenLocalRepo = true
38+
enableMavenLocalRepo = true
3939

4040
# Override default Hibernate ORM version
41-
#hibernateOrmVersion = 6.2.0-SNAPSHOT
41+
hibernateOrmVersion = 6.2.0-SNAPSHOT
4242

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

0 commit comments

Comments
 (0)