File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ dependencies {
38
38
39
39
ext {
40
40
PUBLISH_GROUP_ID = " info.mxtracks"
41
- PUBLISH_VERSION = getTag()
41
+ PUBLISH_VERSION = getTag()+ " -t3 "
42
42
PUBLISH_ARTIFACT_ID = ' chart'
43
43
}
44
-
44
+ println " Build version $P UBLISH_VERSION "
45
45
apply 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')
27
27
ext[" ossrhPassword" ] = System . getenv(' OSSRH_PASSWORD' )
28
28
ext[" sonatypeStagingProfileId" ] = System . getenv(' SONATYPE_STAGING_PROFILE_ID' )
29
29
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
-
37
30
publishing {
38
31
publications {
39
32
release(MavenPublication ) {
You can’t perform that action at this time.
0 commit comments