File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using
3737
3838``` groovy
3939dependencies {
40- compile "io.github.graphql-java:graphql-java-annotations:9.2 "
40+ compile "io.github.graphql-java:graphql-java-annotations:9.1-nosto "
4141}
4242```
4343
@@ -47,7 +47,7 @@ dependencies {
4747<dependency>
4848 <groupId>io.github.graphql-java</groupId>
4949 <artifactId>graphql-java-annotations</artifactId>
50- <version>9.2 </version>
50+ <version>9.1-nosto </version>
5151</dependency>
5252```
5353
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ org.gradle.daemon=true
55org.gradle.parallel =true
66org.gradle.jvmargs =-Dfile.encoding =UTF-8
77
8- version = 9.2
8+ version = 9.1-nosto
Original file line number Diff line number Diff line change 1- # Mon Nov 30 23:20:00 EET 2020
2- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5.1-all.zip
31distributionBase =GRADLE_USER_HOME
42distributionPath =wrapper/dists
5- zipStorePath = wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
64zipStoreBase =GRADLE_USER_HOME
5+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments