File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- compileOnly (" com.diffplug.spotless:spotless-plugin-gradle:7.0.2" )
10+ implementation (" com.diffplug.spotless:spotless-plugin-gradle:7.0.2" )
1111}
1212
1313gradlePlugin {
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ fun Project.configureMavenPublish() {
5353 name = " OSSRH"
5454 url = uri(
5555 if (isReleaseVersion)
56- " https://s01.oss. sonatype.org/service/local/staging/deploy/maven2 /"
56+ " https://central. sonatype.com/repository/maven-snapshots /"
5757 else
58- " https://s01.oss .sonatype.org/content/repositories/snapshots /"
58+ " https://ossrh-staging-api.central .sonatype.com/service/local /"
5959 )
6060 credentials {
6161 username = findProperty(" ossrh.username" ) as String? ? : System .getenv(" OSSRH_USERNAME" )
You can’t perform that action at this time.
0 commit comments