Skip to content

Commit 51371ba

Browse files
committed
[#2333] Rename property for enabling the snapshot repository
From `enableSonatypeOpenSourceSnapshotsRep` to `enableCentralSonatypeSnapshotsRep` (in [gradle.properties](https://github.com/hibernate/hibernate-reactive/blob/main/gradle.properties)). It was changed in commit c254ebb as part of the move to Maven Central (#2305).
1 parent c254ebb commit 51371ba

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
@@ -28,8 +28,8 @@ org.gradle.java.installations.auto-download=false
2828
# Db2, MySql, PostgreSQL, CockroachDB, SqlServer, Oracle
2929
#db = MSSQL
3030

31-
# Enable the SonatypeOS maven repository (mainly for Vert.x snapshots) when present (value ignored)
32-
#enableSonatypeOpenSourceSnapshotsRep = true
31+
# Enable the maven Central Snapshot repository, when set to any value (the value is ignored)
32+
#enableCentralSonatypeSnapshotsRep = true
3333

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

0 commit comments

Comments
 (0)