File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ bintray {
196196 user = (properties. containsKey(' bintray.user' )) ? properties. getProperty(' bintray.user' ). toLowerCase() : " BINTRAY_USERNAME"
197197 key = properties. getProperty(' bintray.apikey' )
198198 }
199- publications = [' maven ' ]
199+ publications = [' mavenCentralRelease ' ]
200200 pkg {
201201 repo = ' Maven'
202202 name = project. property(' mavenArtifactId' )
@@ -206,7 +206,7 @@ bintray {
206206 publicDownloadNumbers = true
207207 version {
208208 name = " ${ mavenMajorVersion} .${ mavenMinorVersion} .${ mavenPatchVersion} "
209- vcsTag = " v ${ mavenMajorVersion} .${ mavenMinorVersion} .${ mavenPatchVersion} "
209+ vcsTag = " ${ mavenMajorVersion} .${ mavenMinorVersion} .${ mavenPatchVersion} "
210210 }
211211 }
212212}
You can’t perform that action at this time.
0 commit comments