mirror of https://github.com/apache/lucene.git
LUCENE-9936: Add Gpg Signing help info to gradle help command
This commit is contained in:
parent
693b6d3e34
commit
f919672647
|
@ -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 ->
|
||||
|
|
Loading…
Reference in New Issue