Merge branch 'main' into 2027

This commit is contained in:
Peter Johnson
2025-08-09 00:00:53 -07:00
133 changed files with 304 additions and 279 deletions

View File

@@ -122,6 +122,7 @@ task checkSnippets(type: Task) {
}
task checkCommands(type: Task) {
def isCppCommands = project.isCppCommands;
doLast {
def parsedJson = new groovy.json.JsonSlurper().parseText(commandFile.text)
fileCheck(parsedJson, commandDirectory)
@@ -132,7 +133,7 @@ task checkCommands(type: Task) {
assert it.foldername != null
assert it.replacename != null
assert it.commandversion != null
if (project.isCppCommands) {
if (isCppCommands) {
assert it.headers != null
assert !it.headers.isEmpty()
assert it.source != null