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

Commit f204f7c

Browse files
docs: update deprecated Gradle dependency configuration in readme
1 parent d5acb29 commit f204f7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,19 @@ repositories {
8181
}
8282
8383
dependencies {
84-
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:7.0.1'
84+
implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:7.0.1'
8585
8686
// to embed Altair tool
87-
runtime 'com.graphql-java-kickstart:altair-spring-boot-starter:7.0.1'
87+
runtimeOnly 'com.graphql-java-kickstart:altair-spring-boot-starter:7.0.1'
8888
8989
// to embed GraphiQL tool
90-
runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:7.0.1'
90+
runtimeOnly 'com.graphql-java-kickstart:graphiql-spring-boot-starter:7.0.1'
9191
9292
// to embed Voyager tool
93-
runtime 'com.graphql-java-kickstart:voyager-spring-boot-starter:7.0.1'
93+
runtimeOnly 'com.graphql-java-kickstart:voyager-spring-boot-starter:7.0.1'
9494
9595
// testing facilities
96-
testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:7.0.1'
96+
testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:7.0.1'
9797
}
9898
```
9999

0 commit comments

Comments
 (0)