Skip to content

Commit

Permalink
chore(docs): proper plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Apr 23, 2023
1 parent 206019f commit 4e2bbac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ nexusPublishing {
jar {
manifest {
attributes(
"X-Kestra-Title": project.name,
"X-Kestra-Name": project.name,
"X-Kestra-Title": "File system",
"X-Kestra-Group": project.group + ".fs",
"X-Kestra-Description": project.description,
"X-Kestra-Version": project.version
Expand Down

0 comments on commit 4e2bbac

Please sign in to comment.