Skip to content

Commit ec1e40b

Browse files
authored
Update main.gradle
1 parent 16aa2f5 commit ec1e40b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

main.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ allprojects {
3838

3939
nexusPublishing {
4040
repositories {
41-
sonatype()
41+
sonatype {
42+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
43+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
44+
}
4245
}
4346
}
4447

@@ -180,4 +183,4 @@ tasks.register('generateMergedReport', JacocoReport) {
180183

181184
tasks.named('wrapper') {
182185
gradleVersion = '8.14.3'
183-
}
186+
}

0 commit comments

Comments
 (0)