LUCENE-9936: Add Gpg Signing help info to gradle help command

This commit is contained in:
Houston Putman 2021-05-19 10:43:31 -05:00
parent 693b6d3e34
commit f919672647
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ configure(rootProject) {
["LocalSettings", "help/localSettings.txt", "Local settings, overrides and build performance tweaks."],
["Regeneration", "help/regeneration.txt", "How to refresh generated and derived resources."],
["Git", "help/git.txt", "Git assistance and guides."],
["IDEs", "help/IDEs.txt", "IDE support."]
["IDEs", "help/IDEs.txt", "IDE support."],
["GpgSigning", "help/gpgSigning.txt", "Signing artifacts with GPG."]
]
helpFiles.each { section, path, sectionInfo ->