File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id ' org.javamodularity.moduleplugin' version ' 1.8.10'
88}
99
10- version = ' 0.6.3 '
10+ version = ' 1.0.0 '
1111
1212repositories {
1313 // Use jcenter for resolving dependencies.
@@ -112,8 +112,8 @@ publishing {
112112 }
113113 maven {
114114 name = ' ossrh'
115- def releasesRepoUrl = " https://oss. sonatype.org /service/local/staging/deploy/maven2"
116- def snapshotsRepoUrl = " https://oss. sonatype.org /content/repositories/snapshots"
115+ def releasesRepoUrl = " https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2"
116+ def snapshotsRepoUrl = " https://ossrh-staging-api.central. sonatype.com /content/repositories/snapshots"
117117 url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
118118 credentials {
119119 username = ossrhUsername
You can’t perform that action at this time.
0 commit comments