This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
Home
ajoberstar edited this page Sep 27, 2014
·
16 revisions
A set of plugins supporting interaction with Git within Gradle.
The primary use cases are:
- General Git actions. The plugin JAR depends on, and makes available, grgit which provides a Groovy API for interacting with Git repositories.
- Publishing to a Github Pages website. The
org.ajoberstar.github-pages
plugin adds support for publishing files to thegh-pages
branch of a Git repository. - Managing your release process:
-
org.ajoberstar.release-base
provides a general structure for generating a project version from the state of your project and/or the Git repository it resides in. -
org.ajoberstar.release-opinion
adds an opinionated set of defaults on top of the base plugin that comply with Semantic Versioning.
-