2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-26 08:37:11 -07:00

Added support for generating bld output as JSON so that it can be consumed by other tools.

Added wrapper support for local Maven repository bld snapshots.
Updated version to 2.0.0-SNAPSHOT.
This commit is contained in:
Geert Bevin 2024-06-24 20:28:54 -04:00
parent 177a2e39af
commit 793efb27ce
13 changed files with 295 additions and 90 deletions

View file

@ -1 +1 @@
1.9.2-SNAPSHOT
2.0.0-SNAPSHOT

View file

@ -0,0 +1,3 @@
{
"error": "{{v error-message/}}"
}

View file

@ -0,0 +1,8 @@
{
"commands": {{{v commands}}{{/v}}{{b command}}{{v separator/}}
"{{v command/}}": {
"out": "{{v out/}}",
"err": "{{v err/}}"
}{{/b}}
}
}

View file

@ -0,0 +1,6 @@
{
{{v error}}{{/v}}{{b error}}"error": "{{v error-message/}}",
{{/b}}"commands": {{{v commands}}{{/v}}{{b command}}{{v separator/}}
"{{v command/}}": "{{v summary/}}"{{/b}}
}
}

View file

@ -0,0 +1,5 @@
{
"description": {
"{{v command/}}": "{{v description/}}"
}
}