Skip to content

Commit 6757547

Browse files
authored
Unbreak benchmarks (#6379)
1 parent bd61282 commit 6757547

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

benchmark/microbenchmark/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ configure<com.apollographql.apollo.gradle.api.ApolloExtension> {
7070
srcDir("src/main/graphql/conferences")
7171
packageName.set("com.apollographql.apollo.conferences")
7272
@OptIn(ApolloExperimental::class)
73-
plugin("com.apollographql.cache:normalized-cache-apollo-compiler-plugin:0.0.5-SNAPSHOT") {
73+
plugin("com.apollographql.cache:normalized-cache-apollo-compiler-plugin:0.0.5") {
7474
argument("packageName", packageName.get())
7575
}
7676
}

benchmark/microbenchmark/src/main/graphql/conferences/extra.graphqls

-9
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ extend schema
99
import: ["@cacheControl", "@cacheControlField"]
1010
)
1111

12-
# Workaround for https://github.com/apollographql/apollo-kotlin/pull/6284
13-
# Remove when the fix is released
14-
directive @link(
15-
url: String!,
16-
as: String,
17-
import: [Import],
18-
for: Purpose)
19-
repeatable on SCHEMA
20-
2112
extend type Session @typePolicy(keyFields: "id")
2213
extend type Bookmarks @typePolicy(keyFields: "id")
2314
extend type Speaker @typePolicy(keyFields: "id")

gradle/libraries.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ androidx-sqlite = "2.3.1"
1818
apollo = "4.1.2-SNAPSHOT"
1919
apollo-execution = "0.1.0"
2020
apollo-normalizedcache-incubating = "0.0.3"
21-
apollo-normalizedcache-incubating-snapshot = "0.0.5-SNAPSHOT"
21+
apollo-normalizedcache-incubating-snapshot = "0.0.5"
2222
# Used by the apollo-tooling project which uses a published version of Apollo
2323
apollo-published = "4.0.1"
2424
atomicfu = "0.26.0"

0 commit comments

Comments
 (0)