File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -174,15 +174,15 @@ signing {
174174}
175175
176176group = " io.iworkflow"
177- version = " 2.11.0 "
177+ version = " 2.11.1 "
178178
179179nexusPublishing {
180180 repositories {
181181 sonatype {
182- nexusUrl. set(uri(" https://s01.oss .sonatype.org /service/local/" ))
183- snapshotRepositoryUrl. set(uri(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" ))
184- // username = project.property('myNexusUsername')
185- // password = project.property('myNexusPassword')
182+ nexusUrl. set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" ))
183+ snapshotRepositoryUrl. set(uri(" https://central. sonatype.com/repository/maven- snapshots/" ))
184+ // username = project.property('myNexusUsername')
185+ // password = project.property('myNexusPassword')
186186 }
187187 }
188188}
You can’t perform that action at this time.
0 commit comments