Skip to content

Commit

Permalink
fix: the plugin marker pom needs the displayname to be filled as POM'…
Browse files Browse the repository at this point in the history
…s "name" field
  • Loading branch information
2BAB committed Aug 27, 2022
1 parent 8384e44 commit 24fbfae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seal/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gradlePlugin {
create("seal") {
id = "me.2bab.seal"
implementationClass ="me.xx2bab.seal.SealPlugin"
displayName = "me.2bab.seal"
}
}
}
Expand Down

0 comments on commit 24fbfae

Please sign in to comment.