File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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+ }
You canβt perform that action at this time.
0 commit comments