Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 36e2cda

Browse files
committed
Added option to disable introspection query (fix #124)
Depends on graphql-java-tools v5.3.4
1 parent 4e69149 commit 36e2cda

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
buildscript {
2121
repositories {
2222
mavenLocal()
23-
maven { url "http://dl.bintray.com/graphql-java-kickstart/releases" }
23+
mavenCentral()
24+
jcenter()
25+
maven { url "https://dl.bintray.com/graphql-java-kickstart/releases" }
2426
maven { url "https://plugins.gradle.org/m2/" }
2527
maven { url 'http://repo.spring.io/plugins-release' }
2628
}
@@ -45,8 +47,9 @@ subprojects {
4547

4648
repositories {
4749
mavenLocal()
50+
mavenCentral()
4851
jcenter()
49-
maven { url "http://dl.bintray.com/graphql-java-kickstart/releases" }
52+
maven { url "http://oss.jfrog.org/artifactory/oss-snapshot-local" }
5053
maven { url "http://repo.spring.io/libs-milestone" }
5154
}
5255

0 commit comments

Comments
 (0)