Skip to content

Commit 1fc2c43

Browse files
committed
Fix antora name
1 parent 5757e94 commit 1fc2c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-session-docs/spring-session-docs.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tasks.register("generateAntora") {
4747
def outputFile = new File("$buildDir/generateAntora/antora.yml")
4848
outputFile.getParentFile().mkdirs()
4949
outputFile.createNewFile()
50-
outputFile.setText("""name: ''
50+
outputFile.setText("""name: session
5151
title: Spring Session
5252
version: ~
5353
display_version: 2.6

0 commit comments

Comments
 (0)