Skip to content

Commit

Permalink
fix(manifest): corrected Kestra manifest metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Nov 28, 2023
1 parent c039462 commit a6412e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ nexusPublishing {
jar {
manifest {
attributes(
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Template",
"X-Kestra-Group": project.group + ".templates",
"X-Kestra-Description": project.description,
"X-Kestra-Version": project.version
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Amazon S3",
"X-Kestra-Group": project.group + ".storage.s3",
"X-Kestra-Description": project.description,
"X-Kestra-Version": project.version
)
}
}
Expand Down

0 comments on commit a6412e3

Please sign in to comment.