This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree 3 files changed +1
-22
lines changed 3 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ Gradle:
107
107
108
108
``` gradle
109
109
repositories {
110
- jcenter()
111
110
mavenCentral()
112
111
}
113
112
@@ -182,25 +181,6 @@ Maven:
182
181
183
182
```
184
183
185
- New releases will be available faster in the JCenter repository than in Maven Central. Add the
186
- following to use for Maven
187
-
188
- ``` xml
189
- <repositories >
190
- <repository >
191
- <id >jcenter</id >
192
- <url >https://jcenter.bintray.com/</url >
193
- </repository >
194
- </repositories >
195
- ```
196
-
197
- For Gradle:
198
-
199
- ``` groovy
200
- repositories {
201
- jcenter()
202
- }
203
- ```
204
184
205
185
### Snapshots
206
186
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ subprojects {
53
53
repositories {
54
54
mavenLocal()
55
55
mavenCentral()
56
- jcenter()
57
56
maven { url " https://dl.bintray.com/graphql-java-kickstart/releases" }
58
57
maven { url " https://repo.spring.io/libs-milestone" }
59
58
maven { url " https://oss.sonatype.org/content/repositories/snapshots" }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ SOURCE_COMPATIBILITY=1.8
32
32
TARGET_COMPATIBILITY =1.8
33
33
# ## Dependencies
34
34
LIB_GRAPHQL_JAVA_VER =16.2
35
- LIB_EXTENDED_SCALARS_VERSION =16.0.0
35
+ LIB_EXTENDED_SCALARS_VERSION =16.0.1
36
36
LIB_SPRING_BOOT_VER =2.4.3
37
37
LIB_GRAPHQL_SERVLET_VER =11.1.0
38
38
LIB_GRAPHQL_JAVA_TOOLS_VER =11.0.0
You can’t perform that action at this time.
0 commit comments