mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Use ROOT component name
This commit is contained in:
parent
2f1638ec57
commit
0c105ff44f
@ -1,4 +1,4 @@
|
|||||||
name: ''
|
name: ROOT
|
||||||
title: Spring Security
|
title: Spring Security
|
||||||
version: 5.6
|
version: 5.6
|
||||||
start_page: ROOT:index.adoc
|
start_page: ROOT:index.adoc
|
||||||
|
@ -24,7 +24,7 @@ tasks.register("generateAntora") {
|
|||||||
def outputFile = new File("$buildDir/generateAntora/antora.yml")
|
def outputFile = new File("$buildDir/generateAntora/antora.yml")
|
||||||
outputFile.getParentFile().mkdirs()
|
outputFile.getParentFile().mkdirs()
|
||||||
outputFile.createNewFile()
|
outputFile.createNewFile()
|
||||||
outputFile.setText("""name: ''
|
outputFile.setText("""name: ROOT
|
||||||
title: Spring Security
|
title: Spring Security
|
||||||
version: 5.6
|
version: 5.6
|
||||||
start_page: ROOT:index.adoc
|
start_page: ROOT:index.adoc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user