Skip to content

Commit

Permalink
ES-2517: Remove bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanbrowne authored Jul 17, 2024
1 parent 0405352 commit 514218f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
22 changes: 0 additions & 22 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import static org.gradle.api.JavaVersion.VERSION_1_8

plugins {
id 'org.jetbrains.kotlin.jvm' apply false
id 'com.jfrog.bintray' apply false
id 'com.jfrog.artifactory'
id 'com.gradle.build-scan'
}
Expand Down Expand Up @@ -89,7 +88,6 @@ def publishProjects = childProjects.values()

configure(publishProjects) { Project subproject ->
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.jfrog.artifactory'

evaluationDependsOn(subproject.path)
Expand Down Expand Up @@ -224,26 +222,6 @@ configure(publishProjects) { Project subproject ->
}
}
}

bintray {
user = System.getenv('CORDA_BINTRAY_USER') ?: System.getProperty('corda.bintray.user')
key = System.getenv('CORDA_BINTRAY_KEY') ?: System.getProperty('corda.bintray.key')
publications = [subproject.name]
dryRun = (System.getenv('CORDA_BINTRAY_DRYRUN') != null || System.getProperty('corda.bintray.dryrun') != null)
pkg {
repo = 'corda'
name = subproject.name
userOrg = 'r3'
licenses = ['Apache-2.0']

version {
gpg {
sign = true
passphrase = System.getenv('CORDA_BINTRAY_GPG_PASSPHRASE')
}
}
}
}
}

artifactory {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ httpclient_version=4.5.14
jnr_posix_version=3.1.16
log4j_version=2.20.0

bintray_version=1.8.5
artifactory_version=4.31.0
gradle_publish_version=0.21.0

Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pluginManagement {
id 'org.jetbrains.dokka' version dokka_version
id 'com.gradle.plugin-publish' version gradle_publish_version
id 'com.jfrog.artifactory' version artifactory_version
id 'com.jfrog.bintray' version bintray_version
id 'org.owasp.dependencycheck' version '5.3.2.1'
id 'com.gradle.build-scan' version '3.3.4'
}
Expand Down

0 comments on commit 514218f

Please sign in to comment.