Skip to content

Commit 74a4a10

Browse files
chore: attempt to fix release
1 parent 8a19ede commit 74a4a10

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ apply from: "$rootDir/gradle-tasks/publish-snapshot.gradle"
1717
nexusPublishing {
1818
repositories {
1919
sonatype {
20+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
21+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
2022
username = System.getenv("SONATYPE_USERNAME")
2123
password = System.getenv("SONATYPE_PASSWORD")
2224
}

0 commit comments

Comments
 (0)