Rename docs module

This commit renames the docs module to "spring-graphql-docs" to better
align with other Spring projects and their published docs artifact.
This commit is contained in:
Brian Clozel
2021-06-30 18:16:27 +02:00
parent e8d8122d76
commit 34355051b5
7 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
ext {
moduleProjects = subprojects.findAll { it.name.startsWith("spring-") }
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
}
description = "Spring GraphQL"

View File

@@ -22,4 +22,4 @@ include 'spring-graphql',
'samples:webmvc-http-security',
'samples:webflux-security',
'samples:webflux-websocket',
'docs'
'spring-graphql-docs'