Skip to content

Commit

Permalink
fix(build): fix plugin title
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Aug 2, 2024
1 parent 7877b2f commit 1f2733b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-transform-grok/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
manifest {
attributes(
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Json",
"X-Kestra-Title": "Grok",
"X-Kestra-Group": project.group + ".grok",
"X-Kestra-Description": project.description,
"X-Kestra-Version": project.version
Expand Down
2 changes: 1 addition & 1 deletion plugin-transform-json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jar {
manifest {
attributes(
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Json",
"X-Kestra-Title": "JSONata",
"X-Kestra-Group": project.group + ".json",
"X-Kestra-Description": project.description,
"X-Kestra-Version": project.version
Expand Down

0 comments on commit 1f2733b

Please sign in to comment.