{"id":13734662,"url":"https://github.com/ajoberstar/gradle-git","last_synced_at":"2025-10-02T04:31:34.804Z","repository":{"id":2302728,"uuid":"3261576","full_name":"ajoberstar/gradle-git","owner":"ajoberstar","description":"Git plugin for Gradle","archived":true,"fork":false,"pushed_at":"2018-10-05T00:29:26.000Z","size":3519,"stargazers_count":559,"open_issues_count":0,"forks_count":89,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-01-20T02:50:00.213Z","etag":null,"topics":["git","gradle","gradle-plugin"],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajoberstar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-25T01:24:50.000Z","updated_at":"2024-11-12T19:08:00.000Z","dependencies_parsed_at":"2022-08-24T09:00:27.288Z","dependency_job_id":null,"html_url":"https://github.com/ajoberstar/gradle-git","commit_stats":null,"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2Fgradle-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2Fgradle-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2Fgradle-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2Fgradle-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajoberstar","download_url":"https://codeload.github.com/ajoberstar/gradle-git/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234934599,"owners_count":18909696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","gradle","gradle-plugin"],"created_at":"2024-08-03T03:00:58.597Z","updated_at":"2025-10-02T04:31:34.372Z","avatar_url":"https://github.com/ajoberstar.png","language":"Groovy","funding_links":[],"categories":["Plugins"],"sub_categories":["SCM"],"readme":"# gradle-git\n\n[![Bintray](https://img.shields.io/bintray/v/ajoberstar/maven/gradle-git.svg?style=flat-square)](https://bintray.com/ajoberstar/maven/gradle-git/_latestVersion)\n[![Travis](https://img.shields.io/travis/ajoberstar/gradle-git.svg?style=flat-square)](https://travis-ci.org/ajoberstar/gradle-git)\n[![GitHub license](https://img.shields.io/github/license/ajoberstar/gradle-git.svg?style=flat-square)](https://github.com/ajoberstar/gradle-git/blob/master/LICENSE)\n\n## Project Status\n\ngradle-git has been around since 2012 and has evolved quite a bit from the original release. In order to continue to evolve these features, this project is being broken up into multiple repositories. As such:\n\n- gradle-git will no longer be maintained\n\n| feature | replacement | comments |\n|---------|-------------|----------|\n| `org.ajoberstar.grgit` | [grgit](https://github.com/ajoberstar/grgit) | Grgit has been an independent project since 2013 and has been stable for quite a while. Version 2.0 removed some deprecated features, but otherwise is fully compatible with existing usage. It also integrates the `org.ajoberstar.grgit` plugin directly into the project. |\n| `org.ajoberstar.github-pages` | [gradle-git-publish](https://github.com/ajoberstar/gradle-git-publish) | `org.ajoberstar.git-publish` is a more robust version of the old plugin. It is functionally equivalent (or better), but does require porting configuration over as noted in the README. |\n| `org.ajoberstar.release-*` | [reckon](https://github.com/ajoberstar/reckon) | Reckon focuses solely on determining your project version (and assisting with tagging and pushing that tag). It provides an opinionated model of how to apply [semantic versioning](http://semver.org), with more finite configuration options. |\n| `org.ajoberstar.release-*` | [nebula-release](https://github.com/nebula-plugins/nebula-release-plugin) | If reckon doesn't suit your needs, nebula-release has forked the gradle-git release plugin and can serve as a replacement for this. |\n\n## Why do you care?\n\nGit is immensely popular and being able to interact with it as part of a build process can be very valuable\nto provide a more powerful and consistent result.\n\n## What is it?\n\ngradle-git is a set of [Gradle](http://gradle.org) plugins:\n\n* `org.ajoberstar.grgit` - provides a `Grgit` instance, allowing interaction with the Git repository\nthe Gradle project is contained in\n* `org.ajoberstar.github-pages` - publishes files to the `gh-pages` branch of a Github repository\n* `org.ajoberstar.release-base` - general structure for inferring a project version and releasing it\n* `org.ajoberstar.release-opinion` - opinionated defaults for `org.ajoberstar.release-base`\n\nSee [Grgit](https://github.com/ajoberstar/grgit) for details on the Git library used underneath, including\nconfiguration for authentication.\n\n## Usage\n\n**NOTE:** gradle-git modules require Java 7 (or higher).\n\n* [Release Notes](https://github.com/ajoberstar/gradle-git/releases)\n* [Wiki](https://github.com/ajoberstar/gradle-git/wiki)\n* [Javadoc](http://ajoberstar.org/gradle-git/docs/javadoc)\n* [Groovydoc](http://ajoberstar.org/gradle-git/docs/groovydoc)\n\n## Questions, Bugs, and Features\n\ngradle-git is not maintained anymore. See the _Project Status_ section above for details.\n\n## Contributing\n\ngradle-git is not maintained anymore. See the _Project Status_ section above for details.\n\n## Acknowledgements\n\nThanks to all of the [contributors](https://github.com/ajoberstar/gradle-git/graphs/contributors).\n\nCredit goes to [Peter Ledbrook](https://github.com/pledbrook) for the initial\nidea for the `org.ajoberstar.github-pages` plugin.\n\nThanks to [Zafar Khaja](https://github.com/zafarkhaja) for the very helpful\n[java-semver](https://github.com/zafarkhaja/jsemver) library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajoberstar%2Fgradle-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajoberstar%2Fgradle-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajoberstar%2Fgradle-git/lists"}