Skip to content

Commit

Permalink
Fixed extension not applying correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Jun 28, 2016
1 parent f309a57 commit 89c8c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/org/mini2Dx/butler/ButlerPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ButlerPlugin implements Plugin<Project> {
@Override
public void apply(Project project) {
project.plugins.apply DownloadTaskPlugin
project.extensions.create("butler", StewardExtension)
project.extensions.create("butler", ButlerExtension)

project.butler.extensions.create("windows", Windows)
project.butler.extensions.create("osx", OSX)
Expand Down

0 comments on commit 89c8c93

Please sign in to comment.