Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit 22c4235

Browse files
committed
setting description
1 parent be922a9 commit 22c4235

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

graphql-java-spring-boot-starter-webflux/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
description = "GraphQL Java Spring Boot starter Webflux"
22

33
dependencies {
44
compile "org.springframework.boot:spring-boot-autoconfigure:$springBootVersion"

graphql-java-spring-boot-starter-webmvc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
description = "GraphQL Java Spring Boot starter Webmvc"
22
dependencies {
33
compile "org.springframework.boot:spring-boot-autoconfigure:$springBootVersion"
44
compile project(':graphql-java-spring-webmvc')

graphql-java-spring-webflux/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = "GraphQL Java Spring Webflux integration"
2+
13
dependencies {
24
compile "org.springframework:spring-webflux:$springVersion"
35
compile "org.springframework:spring-context:$springVersion"

graphql-java-spring-webmvc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
description = "GraphQL Java Spring Webmvc integration"
22

33
dependencies {
44
compile "org.springframework:spring-webmvc:$springVersion"

0 commit comments

Comments
 (0)