This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree 6 files changed +13
-128
lines changed
6 files changed +13
-128
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Cerberus Client
2
2
3
- [ ![ Download] ( https://api.bintray.com/packages/nike/maven/cerberus-client/images/download.svg ) ] ( https://bintray.com/nike/maven/cerberus-client/_latestVersion )
4
- [ ![ ] [ travis img ]] [ travis ]
5
3
[ ![ codecov] ( https://codecov.io/gh/Nike-Inc/cerberus-java-client/branch/master/graph/badge.svg )] ( https://codecov.io/gh/Nike-Inc/cerberus-java-client )
6
4
[ ![ ] [ license img ]] [ license ]
7
5
@@ -10,6 +8,18 @@ This is a Java based client library for Cerberus that is built on top of Nike's
10
8
This library acts as a wrapper around the Nike developed Cerberus client by configuring the client to be Cerberus compatible.
11
9
12
10
To learn more about Cerberus, please see the [ Cerberus website] ( http://engineering.nike.com/cerberus/ ) .
11
+
12
+ ## Publishing Notice 3/17/2021
13
+ As of spring 2021, JFrog has decided to sunset Bintray and JCenter.
14
+ Due to this decision, we are pausing our open source publishing of the Cerberus Client indefinitely.
15
+ However, we will still be updating the source code and making new GitHub releases.
16
+
17
+ In order to build the jar yourself, run this command:
18
+ ``` bash
19
+ ./gradlew assemble
20
+ ```
21
+
22
+ The jar will be located in ` ./build/libs/ ` .
13
23
14
24
## Quickstart for Cerberus Java Client
15
25
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ buildscript {
20
20
21
21
apply plugin : ' java'
22
22
apply plugin : ' maven'
23
- apply plugin : ' com.jfrog.bintray'
24
23
apply plugin : ' maven-publish'
25
24
apply plugin : " com.github.johnrengelman.shadow"
26
25
@@ -38,6 +37,5 @@ tasks.jar.dependsOn copyProjectVersion
38
37
apply from : file(' gradle/dependencies.gradle' )
39
38
apply from : file(' gradle/check.gradle' )
40
39
apply from : file(' gradle/integration.gradle' )
41
- apply from : file(' gradle/bintray.gradle' )
42
40
43
41
group = groupId
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
- version =7.4.4
16
+ version =7.4.5
17
17
groupId =com.nike
18
18
artifactId =cerberus-client
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ repositories {
20
20
21
21
dependencies {
22
22
classpath " net.saliman:gradle-cobertura-plugin:2.6.1"
23
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
24
23
classpath ' org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3'
25
24
classpath " com.github.jengelman.gradle.plugins:shadow:4.0.3"
26
25
classpath ' org.owasp:dependency-check-gradle:5.3.2'
You can’t perform that action at this time.
0 commit comments