From a57f0aadad4dc5becbe5acbf5d3647533ca213c6 Mon Sep 17 00:00:00 2001 From: Melana Hammel <42477256+melanahammel@users.noreply.github.com> Date: Mon, 22 Mar 2021 17:14:19 -0700 Subject: [PATCH] chore: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e8646e..f08da3b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To learn more about Cerberus, please see the [Cerberus website](http://engineeri ## Publishing Notice 3/17/2021 As of spring 2021, JFrog has decided to sunset Bintray and JCenter. -Due to this decision, we are pausing our open source publishing of the Cerberus Client indefinitely. +Due to this decision, we are pausing our open source publishing of the Cerberus Client. However, we will still be updating the source code and making new GitHub releases. In order to build the jar yourself, run this command: @@ -21,6 +21,8 @@ In order to build the jar yourself, run this command: The jar will be located in `./build/libs/`. +For any questions or concerns, create a Github issue [here](https://github.com/Nike-Inc/cerberus-java-client/issues/new). + ## Quickstart for Cerberus Java Client 1. Add the [Cerberus client dependency](https://bintray.com/nike/maven/cerberus-client) to your build (e.g. Maven, Gradle).