File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ subprojects {
56
56
// Useful for local development, it should be disabled otherwise
57
57
mavenLocal()
58
58
}
59
- // Example: ./gradlew build -PenableSonatypeOpenSourceSnapshotsRep
60
- if ( project. hasProperty(' enableSonatypeOpenSourceSnapshotsRep ' ) ) {
61
- maven { url ' https://oss .sonatype.org/content/repositories/ snapshots/' }
59
+ // Example: ./gradlew build -PenableCentralSonatypeSnapshotsRep
60
+ if ( project. hasProperty(' enableCentralSonatypeSnapshotsRep ' ) ) {
61
+ maven { url ' https://central .sonatype.com/repository/maven- snapshots/' }
62
62
}
63
63
64
64
mavenCentral()
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ buildscript {
8
8
mavenLocal()
9
9
}
10
10
// Optional: Enables snapshots repository
11
- // Example: ./gradlew build -PenableSonatypeOpenSourceSnapshotsRep
12
- if ( project. hasProperty(' enableSonatypeOpenSourceSnapshotsRep ' ) ) {
13
- maven { url ' https://oss .sonatype.org/content/repositories/ snapshots/' }
11
+ // Example: ./gradlew build -PenableCentralSonatypeSnapshotsRep
12
+ if ( project. hasProperty(' enableCentralSonatypeSnapshotsRep ' ) ) {
13
+ maven { url ' https://central .sonatype.com/repository/maven- snapshots/' }
14
14
}
15
15
mavenCentral()
16
16
}
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ buildscript {
8
8
mavenLocal()
9
9
}
10
10
// Optional: Enables snapshots repository
11
- // Example: ./gradlew build -PenableSonatypeOpenSourceSnapshotsRep
12
- if ( project. hasProperty(' enableSonatypeOpenSourceSnapshotsRep ' ) ) {
13
- maven { url ' https://oss .sonatype.org/content/repositories/ snapshots/' }
11
+ // Example: ./gradlew build -PenableCentralSonatypeSnapshotsRep
12
+ if ( project. hasProperty(' enableCentralSonatypeSnapshotsRep ' ) ) {
13
+ maven { url ' https://central .sonatype.com/repository/maven- snapshots/' }
14
14
}
15
15
mavenCentral()
16
16
}
You can’t perform that action at this time.
0 commit comments