Skip to content

Commit 1fc54fb

Browse files
committed
update doc to point to maven central for latest dev build
1 parent 352f0df commit 1fc54fb

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

docs/getting_started.rst

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This is the famous "hello world" in ``graphql-java``:
5151
Using the latest development build
5252
----------------------------------
5353

54-
The latest development build is available on Bintray.
54+
The latest development build is also available on maven-central.
5555

5656
Please look at `Latest Build <https://bintray.com/andimarek/graphql-java/graphql-java/_latestVersion>`_ for the
5757
latest version value.
@@ -60,13 +60,12 @@ latest version value.
6060
How to use the latest build with Gradle
6161
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6262

63-
Add the repositories:
63+
Make sure ``mavenCentral`` is among your repos:
6464

6565
.. code-block:: groovy
6666
6767
repositories {
6868
mavenCentral()
69-
maven { url "http://dl.bintray.com/andimarek/graphql-java" }
7069
}
7170
7271
@@ -84,19 +83,6 @@ How to use the latest build with Maven
8483
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8584

8685

87-
Add the repository:
88-
89-
.. code-block:: xml
90-
91-
<repository>
92-
<snapshots>
93-
<enabled>false</enabled>
94-
</snapshots>
95-
<id>bintray-andimarek-graphql-java</id>
96-
<name>bintray</name>
97-
<url>http://dl.bintray.com/andimarek/graphql-java</url>
98-
</repository>
99-
10086
Dependency:
10187

10288
.. code-block:: xml

0 commit comments

Comments
 (0)