랭킹으로 돌아가기

novoda/bintray-release

Groovy

A helper for releasing from gradle up to bintray

release-automationbintraynovodaopen-source
스타 성장
스타
1.8k
포크
209
주간 성장
이슈
0
5001k1.5k
2014년 11월2018년 9월2022년 8월2026년 7월
README

🛑 THIS REPOSITORY IS OFFICIALLY NO LONGER UNDER MAINTENANCE since 10/02/2022 🛑

bintray-release Download

Super duper easy way to release your Android and other artifacts to bintray.

Description

This is a helper for releasing libraries to bintray. It is intended to help configuring stuff related to maven and bintray. At the moment it works with Android Library projects, plain Java and plain Groovy projects, but our focus is to mainly support Android projects.

Adding to project

To publish a library to bintray using this plugin, add these dependencies to the build.gradle of the module that will be published:

apply plugin: 'com.novoda.bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library)

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.novoda:bintray-release:<latest-version>'
    }
}

Simple usage

Use the publish closure to set the info of your package:

publish {
    userOrg = 'novoda'
    groupId = 'com.novoda'
    artifactId = 'bintray-release'
    publishVersion = '0.6.1'
    desc = 'Oh hi, this is a nice description for a project, right?'
    website = 'https://github.com/novoda/bintray-release'
}

If you use Kotlin DSL use:

import com.novoda.gradle.release.PublishExtension

configure<PublishExtension> {
  userOrg = "novoda"
  groupId = "com.novoda"
  artifactId = "bintray-release"
  publishVersion = "0.6.1"
  desc = "Oh hi, this is a nice description for a project, right?"
  website = "https://github.com/novoda/bintray-release"
}

Finally, use the task bintrayUpload to publish (make sure you build the project first!):

$ ./gradlew clean build bintrayUpload -PbintrayUser=BINTRAY_USERNAME -PbintrayKey=BINTRAY_KEY -PdryRun=false

More info on the available properties and other usages in the Github Wiki.

Gradle compatibility

The plugin officially supports only Gradle 4.0+

Snapshots

CI status Download from Bintray

Snapshot builds from develop are automatically deployed to a repository that is not synced with JCenter. To consume a snapshot build add an additional maven repo as follows:

repositories {
    maven {
        url 'https://dl.bintray.com/novoda-oss/snapshots/'
    }
}

You can find the latest snapshot version following this link.

Here are a list of useful links:

  • We always welcome people to contribute new features or bug fixes, here is how
  • If you have a problem check the Issues Page first to see if we are working on it
  • For further usage or to delve more deeply checkout the Project Wiki
  • Looking for community help, browse the already asked Stack Overflow Questions or use the tag: support-bintray-release when posting a new question
관련 저장소
semantic-release/semantic-release

📦🚀 Fully automated version management and package publishing

JavaScriptnpmMIT Licenseautomationchangelog
semantic-release.org
23.9k1.8k
goreleaser/goreleaser

Release engineering, simplified

GoGo ModulesMIT Licenserelease-automationpackage
goreleaser.com
15.9k1.1k
release-it/release-it

🚀 Automate versioning and package publishing

JavaScriptnpmMIT Licenserelease-automationpublish
9k568
devtron-labs/devtron

The only Kubernetes dashboard you need

GoGo ModulesApache License 2.0kuberneteskubernetes-deployment
devtron.ai
5.5k582
superplanehq/superplane

The open source control plane for agentic engineering.

GoGo ModulesApache License 2.0control-planedevops
superplane.com
4.3k357
release-drafter/release-drafter

Drafts your next release notes as pull requests are merged into master.

TypeScriptnpmISC Licensegithub-appaction
github.com/marketplace/actions/release-drafter
3.9k380
commitizen-tools/commitizen

Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:

PythonPyPIMIT Licensecommitizenpython
commitizen-tools.github.io/commitizen/
3.5k346
pyscaffold/pyscaffold

🛠 Python project template generator with batteries included

PythonPyPIOtherpythonrelease-automation
pyscaffold.org
2.3k189
axodotdev/cargo-dist

📦 shippable application packaging

Rustcrates.ioApache License 2.0cargoinstallers
axodotdev.github.io/cargo-dist/
2.1k149
actions/create-release

An Action to create releases via the GitHub Release API

JavaScriptnpmMIT Licensereleaserelease-automation
1.4k328
pypa/gh-action-pypi-publish

The blessed :octocat: GitHub Action, for publishing your :package: distribution files to PyPI, the tokenless way: https://github.com/marketplace/actions/pypi-publish

PythonPyPIBSD 3-Clause "New" or "Revised" Licensegithub-actionpython
packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
1.2k118