Skip to content

Commit 936692d

Browse files
committed
Part 2
1 parent 950a729 commit 936692d

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

MPChartLib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies {
3838

3939
ext {
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 $PUBLISH_VERSION"
4545
apply from: "${rootProject.projectDir}/publish-mavencentral.gradle"

publish-mavencentral.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ ext["ossrhUsername"] = System.getenv('OSSRH_USERNAME')
2727
ext["ossrhPassword"] = System.getenv('OSSRH_PASSWORD')
2828
ext["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-
3730
publishing {
3831
publications {
3932
release(MavenPublication) {

0 commit comments

Comments
 (0)