Skip to content

Commit dabbc50

Browse files
committed
Update to new Maven Central deploy
1 parent f729c5b commit dabbc50

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ plugins {
44

55
nexusPublishing.repositories {
66
sonatype {
7-
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
8-
snapshotRepositoryUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
7+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
8+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
99
}
10-
1110
}
1211

1312
tasks.register("printVersion") {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slf4j = "2.0.7"
66
log4j = "2.20.0"
77

88
[plugins]
9-
nexusPublish = "io.github.gradle-nexus.publish-plugin:1.3.0"
9+
nexusPublish = "io.github.gradle-nexus.publish-plugin:2.0.0"
1010

1111
[libraries]
1212
# Deps

0 commit comments

Comments
 (0)