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

Commit c6459a2

Browse files
committed
Fix dependency setup
1 parent f2571db commit c6459a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
buildscript {
2121
repositories {
2222
mavenLocal()
23+
maven { url "http://dl.bintray.com/graphql-java-kickstart/releases" }
2324
maven { url "https://plugins.gradle.org/m2/" }
2425
maven { url 'http://repo.spring.io/plugins-release' }
2526
}

0 commit comments

Comments
 (0)