File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ This is the famous "hello world" in ``graphql-java``:
5151Using 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
5656Please look at `Latest Build <https://bintray.com/andimarek/graphql-java/graphql-java/_latestVersion >`_ for the
5757latest version value.
@@ -60,13 +60,12 @@ latest version value.
6060How 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-
10086Dependency:
10187
10288.. code-block :: xml
You can’t perform that action at this time.
0 commit comments