Skip to content

Commit 4365c9f

Browse files
committed
Removed references to bintray
1 parent 5bf1412 commit 4365c9f

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,3 @@ build:
2525
script:
2626
- gradle assemble
2727

28-
bintray:publish:
29-
stage: publish
30-
cache:
31-
paths:
32-
- build
33-
- .gradle
34-
script:
35-
- ./gradlew bintrayUpload
36-
only:
37-
- tags

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# KGraphQL
2-
[![Bintray](https://api.bintray.com/packages/apurebase/apurebase/kgraphql/images/download.svg)](https://bintray.com/apurebase/apurebase/kgraphql)
2+
[![Maven Central](https://img.shields.io/maven-central/v/com.apurebase/kgraphql.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.apurebase%22%20AND%20a:%22kgraphql%22)
33
[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin)
44
[![Chat](https://img.shields.io/badge/chat-on%20slack-green.svg)](https://kotlinlang.slack.com/messages/kgraphql)
55

docs/content/Tutorials/ktor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ After this we'll press "Next" and fill out the necessary information and then pr
1313
kgraphql_version=x.x.x
1414
```
1515

16-
Replace `x.x.x` with the latest version [![Bintray](https://api.bintray.com/packages/apurebase/apurebase/kgraphql/images/download.svg)](https://bintray.com/apurebase/apurebase/kgraphql).
16+
Replace `x.x.x` with the latest version [![Maven Central](https://img.shields.io/maven-central/v/com.apurebase/kgraphql.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.apurebase%22%20AND%20a:%22kgraphql%22).
1717

1818
=== "Kotlin Gradle Script"
1919
```kotlin

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ hamcrest_version=2.2
2121
jmhGradlePlugin_version=0.5.0
2222
jmh_version=1.21
2323
coverallsGradlePlugin_version=2.8.4
24-
bintrayGradlePlugin_version=1.8.5
2524
jacoco_version=0.8.5
2625

2726
# Example Dependencies

0 commit comments

Comments
 (0)