Skip to content

Commit

Permalink
fix(plugin): use pluginName property in plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed May 23, 2020
1 parent 1c6b8e5 commit 094c57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -27,6 +27,7 @@ ext {
group project.property("group")

spigot {
pluginName = project.property("pluginName")
authors = [project.property("author")]
apiVersion = project.property("apiVersion")
load = STARTUP
Expand Down

0 comments on commit 094c57b

Please sign in to comment.