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 a6f5d85 commit 6e650b9
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 @@ -110,7 +110,8 @@ nexusPublishing {
jar {
manifest {
attributes(
"X-Kestra-Title": project.name,
"X-Kestra-Name": project.name,
"X-Kestra-Title": "Google Workspace",
"X-Kestra-Group": project.group + ".googleworkspace",
"X-Kestra-Description": project.description,
"X-Kestra-Version": project.version
Expand Down

0 comments on commit 6e650b9

Please sign in to comment.