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

Commit c84d1aa

Browse files
authored
Merge pull request #225 from graphql-java-kickstart/bugfix/217-apply-spring-boot-plugin
Apply spring boot plugin (fixes #217)
2 parents 6ca57e2 + 972ba47 commit c84d1aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example-graphql-subscription/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id 'java'
3+
id 'org.springframework.boot' version '2.1.3.RELEASE'
34
}
45

56
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)