diff --git a/build.gradle b/build.gradle index fd1cb68..b5f4659 100644 --- a/build.gradle +++ b/build.gradle @@ -174,15 +174,15 @@ signing { } group = "io.iworkflow" -version = "2.11.0" +version = "2.11.1" nexusPublishing { repositories { sonatype { - nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) - snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) - // username = project.property('myNexusUsername') - // password = project.property('myNexusPassword') + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) +// username = project.property('myNexusUsername') +// password = project.property('myNexusPassword') } } } \ No newline at end of file