Skip to content

Commit

Permalink
remove bintray configuration (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-duda-sonarsource committed Apr 29, 2021
1 parent 7b599e4 commit 5916016
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ plugins {
id "org.sonarqube" version "3.0"
id "com.jfrog.artifactory" version "4.18.3"
id "com.github.hierynomus.license" version "0.15.0"
id "com.jfrog.bintray" version "1.8.5"
id "pl.droidsonroids.jacoco.testkit" version "1.0.7"
}

Expand Down Expand Up @@ -194,24 +193,6 @@ artifactory {
clientConfig.info.addEnvironmentProperty('PROJECT_VERSION', "${version}")
}

bintray {
user = System.getenv('BINTRAY_USER')
key = System.getenv('BINTRAY_KEY')
pkg {
repo = 'SonarQube'
name = project.group
userOrg = 'sonarsource'
version {
name = project.version
desc = "${project.description} ${project.version}"
released = new Date()
vcsTag = project.version
}
publications = ['pluginMaven']
}
}

publishPlugins.dependsOn bintrayUpload
afterReleaseBuild.dependsOn publishPlugins

processResources {
Expand Down

0 comments on commit 5916016

Please sign in to comment.