change module names

This commit is contained in:
Andreas Marek
2020-08-09 12:10:49 +10:00
committed by Rossen Stoyanchev
parent 932093ac34
commit 5de1baa794
12 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ build
.idea/
out
*.iml
.DS_Store

View File

@@ -1,4 +1,4 @@
rootProject.name = 'spring-graphql'
include 'graphql-java-spring-boot-starter-webmvc'
include 'graphql-java-spring-webmvc'
include 'spring-graphql-boot-starter-webmvc'
include 'spring-graphql-webmvc'

View File

@@ -1,7 +1,7 @@
description = "GraphQL Java Spring Boot starter Webmvc"
dependencies {
implementation "org.springframework.boot:spring-boot-autoconfigure:$springBootVersion"
implementation project(':graphql-java-spring-webmvc')
implementation project(':spring-graphql-webmvc')
testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
testCompile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"