Skip to content

Commit

Permalink
removes bintray integration
Browse files Browse the repository at this point in the history
- unused since artifactory migration in #374
  • Loading branch information
mhratson committed Jan 17, 2023
1 parent 552edc8 commit c4a9c71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
25 changes: 0 additions & 25 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@

def configDocDir = "${buildDir}/configDocs"

buildscript {
repositories {
jcenter()
}
dependencies {
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
}
}
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'distribution'


Expand Down Expand Up @@ -209,22 +200,6 @@ allprojects {

}

bintray {
user = System.getenv('BINTRAY_USER')
key = System.getenv('BINTRAY_KEY')
publications = ['MyPublication']
pkg {
repo = 'maven'
name = 'kafka-monitor'
userOrg = 'linkedin'
licenses = ['Apache-2.0'] // this is validated by bintray and must be a valid license
vcsUrl = 'https://github.com/linkedin/kafka-monitor.git'
version {
name = project.version
}
publish = true
}
}
wrapper {
gradleVersion = '5.2.1'
distributionType = Wrapper.DistributionType.ALL
Expand Down
22 changes: 0 additions & 22 deletions scripts/publishToBintray.sh

This file was deleted.

0 comments on commit c4a9c71

Please sign in to comment.