Skip to content

Commit cd2bab7

Browse files
authored
Remove references to bintray (#2402)
1 parent f646019 commit cd2bab7

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Master Build and Publish
2-
# For master push: Builds and publishes the development version to bintray/maven
2+
# For master push: Builds and publishes the development version to maven
33
on:
44
push:
55
branches:

README.zh_cn.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This is a [GraphQL](https://github.com/facebook/graphql) Java implementation.
88

99
[![Build Status](https://travis-ci.org/graphql-java/graphql-java.svg?branch=master)](https://travis-ci.org/graphql-java/graphql-java)
1010
[![Latest Release](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/)
11-
[![Latest Dev Build](https://api.bintray.com/packages/andimarek/graphql-java/graphql-java/images/download.svg)](https://bintray.com/andimarek/graphql-java/graphql-java/_latestVersion)
1211

1312

1413
## 文档

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ org.gradle.caching=true
22
org.gradle.daemon=true
33
org.gradle.parallel=true
44
org.gradle.jvmargs=-Dfile.encoding=UTF-8
5-
6-
bintray.user=DUMMY_USER
7-
bintray.key=DUMMY_KEY

0 commit comments

Comments
 (0)