Skip to content

Commit

Permalink
Merge pull request #271 from jetersen/patch-1
Browse files Browse the repository at this point in the history
add backwards compatible symbol
  • Loading branch information
basil authored Jan 4, 2021
2 parents 4740859 + 7acda4b commit 1962610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* These settings are global configurations
*/
@Extension
@Symbol("email-ext")
@Symbol({"email-ext", "extendedEmailPublisher"})
public final class ExtendedEmailPublisherDescriptor extends BuildStepDescriptor<Publisher> {

public static final Logger LOGGER = Logger.getLogger(ExtendedEmailPublisherDescriptor.class.getName());
Expand Down

0 comments on commit 1962610

Please sign in to comment.