Skip to content

Commit

Permalink
fix(plugin): set correct spigradle plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed May 25, 2020
1 parent 2a59766 commit a7d5af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ext {
group project.property("group")

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

0 comments on commit a7d5af5

Please sign in to comment.