Skip to content

Commit 2c42361

Browse files
committed
Revert Apollo Update
1 parent 29d72e8 commit 2c42361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id "java-gradle-plugin"
33
id "java"
44
id "groovy"
5-
id 'com.apollographql.apollo' version '4.3.1'
5+
id 'com.apollographql.apollo' version '2.5.14'
66
}
77

88
sourceCompatibility = JavaVersion.VERSION_17
@@ -86,7 +86,7 @@ dependencies {
8686
implementation ('org.gretty:gretty:4.1.6') {
8787
exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools'
8888
}
89-
implementation 'com.apollographql.apollo:apollo-runtime:4.3.1'
89+
implementation 'com.apollographql.apollo:apollo-runtime:2.5.14'
9090
implementation 'com.github.ben-manes:gradle-versions-plugin:0.52.0'
9191
implementation 'com.github.spullara.mustache.java:compiler:0.9.14'
9292
implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.47'

0 commit comments

Comments
 (0)