Skip to content

Commit

Permalink
Removing scope for PluginProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
redredgroovy committed Sep 1, 2015
1 parent ce69e24 commit 84a6dfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class SlackNotificationPlugin implements NotificationPlugin {

private static final Configuration FREEMARKER_CFG = new Configuration();

@PluginProperty(title = "WebHook URL", description = "Slack Incoming WebHook URL", scope = PropertyScope.Framework)
@PluginProperty(title = "WebHook URL", description = "Slack Incoming WebHook URL", required = true)
private String webhook_url;

/**
Expand Down

0 comments on commit 84a6dfd

Please sign in to comment.