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

Commit f6d6aaa

Browse files
committed
Reorder repos
1 parent 8d49188 commit f6d6aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ subprojects {
5151
group "$PROJECT_GROUP"
5252

5353
repositories {
54-
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" }
5554
mavenLocal()
5655
mavenCentral()
5756
jcenter()
5857
maven { url "https://dl.bintray.com/graphql-java-kickstart/releases" }
5958
maven { url "https://repo.spring.io/libs-milestone" }
59+
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" }
6060
}
6161

6262
dependencyManagement {

0 commit comments

Comments
 (0)