Skip to content

Commit 565ea2b

Browse files
committed
Fix link for downloading hibernate shanpshots
1 parent be61ce8 commit 565ea2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ subprojects {
139139
}
140140
// Example: ./gradlew build -PenableSonatypeOpenSourceSnapshotsRep
141141
if ( project.hasProperty('enableSonatypeOpenSourceSnapshotsRep') ) {
142-
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
142+
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
143143
}
144144

145145
mavenCentral()

0 commit comments

Comments
 (0)