Skip to content

Commit 3435505

Browse files
committed
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.
1 parent e8d8122 commit 3435505

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
ext {
6-
moduleProjects = subprojects.findAll { it.name.startsWith("spring-") }
6+
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
77
}
88

99
description = "Spring GraphQL"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ include 'spring-graphql',
2222
'samples:webmvc-http-security',
2323
'samples:webflux-security',
2424
'samples:webflux-websocket',
25-
'docs'
25+
'spring-graphql-docs'
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)