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 8483495 commit 8fdcc2f
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 @@ -117,7 +117,8 @@ nexusPublishing {
jar {
manifest {
attributes(
"X-Kestra-Title": project.name,
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Kubernetes",
"X-Kestra-Group": project.group + ".kubernetes",
"X-Kestra-Description": project.description,
"X-Kestra-Version": project.version
Expand Down

0 comments on commit 8fdcc2f

Please sign in to comment.