Skip to content

Commit 2c07b71

Browse files
chore: update sonatype url (#46)
πŸ”’ Scanned for secrets using gitleaks 8.28.0
1 parent 108ac7d commit 2c07b71

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

β€Žgradle/codecov.gradleβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ task codeCoverageReport(type: JacocoReport) {
2929
executionData.setFrom(execData)
3030

3131
reports {
32-
xml.required.set true
33-
xml.outputLocation.set file("${buildDir}/reports/jacoco/report.xml")
34-
html.required.set true
35-
csv.required.set false
32+
xml.required = true
33+
xml.outputLocation = file("${buildDir}/reports/jacoco/report.xml")
34+
html.required = true
35+
csv.required = false
3636
}
3737
}

β€Žgradle/promote.gradleβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ nexusPublishing {
5656
username = System.getenv('NEXUS_USERNAME')
5757
password = System.getenv('NEXUS_PASSWORD')
5858

59-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
60-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
59+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
60+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
6161
}
6262
}
63-
}
63+
}

0 commit comments

Comments
Β (0)