Skip to content

Commit

Permalink
Removed bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Feb 18, 2021
1 parent 5971e07 commit c3f34a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -9,5 +9,4 @@ zones.tab
.classpath
.project
.settings/
gradle.properties
out/
29 changes: 0 additions & 29 deletions build.gradle
Expand Up @@ -245,32 +245,3 @@ signing {
// sign configurations.archives
sign publishing.publications.mavenArtifacts
}

bintray {
user = bintray_user
key = bintray_key
pkg {
repo = 'maven'
name = 'ical4j'
userOrg = 'ical4j'
licenses = ['BSD']
vcsUrl = 'https://github.com/ical4j/ical4j.git'
version {
name = scmVersion.version
desc = "iCal4j $scmVersion.version"
released = new Date()
vcsTag = "ical4j-$scmVersion.version"
gpg {
sign = isReleaseVersion
}
mavenCentralSync {
sync = isReleaseVersion
user = sonatype_username //OSS user token: mandatory
password = sonatype_password //OSS user password: mandatory
// close = '0' //Optional property. By default the staging repository is closed and artifacts are released to Maven Central. You can optionally turn this behaviour off (by puting 0 as value) and release the version manually.
}
}
}
// configurations = ['archives']
publications = ['mavenArtifacts']
}
3 changes: 0 additions & 3 deletions gradle.properties.template → gradle.properties
Expand Up @@ -15,6 +15,3 @@ jacoco_htmlReport = true

sonatype_username=
sonatype_password=

bintray_user=
bintray_key=

0 comments on commit c3f34a4

Please sign in to comment.