Skip to content

Commit

Permalink
Part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Dec 30, 2022
1 parent 950a729 commit 936692d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions MPChartLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dependencies {

ext {
PUBLISH_GROUP_ID = "info.mxtracks"
PUBLISH_VERSION = getTag()
PUBLISH_VERSION = getTag()+"-t3"
PUBLISH_ARTIFACT_ID = 'chart'
}

println "Build version $PUBLISH_VERSION"
apply from: "${rootProject.projectDir}/publish-mavencentral.gradle"
7 changes: 0 additions & 7 deletions publish-mavencentral.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ ext["ossrhUsername"] = System.getenv('OSSRH_USERNAME')
ext["ossrhPassword"] = System.getenv('OSSRH_PASSWORD')
ext["sonatypeStagingProfileId"] = System.getenv('SONATYPE_STAGING_PROFILE_ID')

File secretPropsFile = new File(ext["signing.secretKeyRingFile"])
if (secretPropsFile.exists()) {
println("${secretPropsFile.path} exists")
} else
println("${secretPropsFile.path} not exists")
println("")

publishing {
publications {
release(MavenPublication) {
Expand Down

0 comments on commit 936692d

Please sign in to comment.