Skip to content

Repository files navigation

Binks

Binks is a simple plugin that validates and creates release tags to launch jar project release pipelines.

Installation

Binks is hosted via JitPack.

Gradle

build.gradle:

plugins {
id: "com.github.mxenabled.binks" version "5.0.0"
}
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}

settings.gradle:

pluginManagement {
repositories {
...
maven { url "https://jitpack.io" }
}
}

Usage

./gradlew release

Just run validation on current version

./gradlew release --check-only

Arguments

ArgDescription
check-onlySkip apply tag and push. Will still do validations
forceSkip version existence check and force more tag to current hash
ignore-dirty-treeDon't fail if git tree is dirty
refresh-tagsRemoves all local tags and fetches tags from origin

About

Release the jars!

Resources

Stars

1 star

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages