Skip to content

Commit

Permalink
Readme updates for Bintray fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Feb 9, 2021
1 parent 13860c9 commit 1a1c6b7
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# grgit

[![Download](https://api.bintray.com/packages/ajoberstar/maven/grgit/images/download.svg)](https://bintray.com/ajoberstar/maven/grgit/_latestVersion)
![Build](https://github.com/ajoberstar/grgit/workflows/Build/badge.svg)

## Project News

### Retirement of Bintray/JCenter

This project was previously uploaded to JCenter, which is being retired by JFrog on May 1st 2021.

To allow continued acess to past versions, I've made a Maven repo available in [bintray-backup](https://github.com/ajoberstar/bintray-backup). Add the following to your repositories to use it.

```groovy
maven {
name = 'ajoberstar-backup'
url = 'https://ajoberstar.github.io/bintray-backup/'
}
```

Made possible by [lacasseio/bintray-helper](https://github.com/lacasseio/bintray-helper) in case you have a similar need to pull your old Bintray artifacts.

### Maintenance

I'm not spending much time on this project anymore. If you're interested in taking over maintenance, please open an issue.

## Why do you care?

[JGit](https://eclipse.org/jgit/) provides a powerful Java API for interacting with Git repositories. However,
Expand Down

0 comments on commit 1a1c6b7

Please sign in to comment.