1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Use component name of ''

This makes it so that the URL contains security in the root of the deploy
folder. We will do this until we decide to add projects other than the
security related projects.
This commit is contained in:
Rob Winch
2021-08-30 15:59:23 -05:00
parent 52bfae5e27
commit 7e2eb6894f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ tasks.register("generateAntora") {
def outputFile = new File("$buildDir/generateAntora/antora.yml")
outputFile.getParentFile().mkdirs()
outputFile.createNewFile()
outputFile.setText("""name: security
outputFile.setText("""name: ''
title: Spring Security
version: ~
display_version: 6.0