We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad98fc commit 7fed832Copy full SHA for 7fed832
1 file changed
build.gradle
@@ -174,15 +174,15 @@ signing {
174
}
175
176
group = "io.iworkflow"
177
-version = "2.11.0"
+version = "2.11.1"
178
179
nexusPublishing {
180
repositories {
181
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')
+ 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')
186
187
188
0 commit comments