File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ dependencies {
3838
3939ext {
4040 PUBLISH_GROUP_ID = " info.mxtracks"
41- PUBLISH_VERSION = getTag()
41+ PUBLISH_VERSION = getTag()+ " -t3 "
4242 PUBLISH_ARTIFACT_ID = ' chart'
4343}
44-
44+ println " Build version $P UBLISH_VERSION "
4545apply from : " ${ rootProject.projectDir} /publish-mavencentral.gradle"
Original file line number Diff line number Diff line change @@ -27,13 +27,6 @@ ext["ossrhUsername"] = System.getenv('OSSRH_USERNAME')
2727ext[" ossrhPassword" ] = System . getenv(' OSSRH_PASSWORD' )
2828ext[" sonatypeStagingProfileId" ] = System . getenv(' SONATYPE_STAGING_PROFILE_ID' )
2929
30- File secretPropsFile = new File (ext[" signing.secretKeyRingFile" ])
31- if (secretPropsFile. exists()) {
32- println (" ${ secretPropsFile.path} exists" )
33- } else
34- println (" ${ secretPropsFile.path} not exists" )
35- println (" " )
36-
3730publishing {
3831 publications {
3932 release(MavenPublication ) {
You can’t perform that action at this time.
0 commit comments