Skip to content

Commit

Permalink
feat(#1849): remove CompilationStep from BinarizeMojo
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Apr 3, 2023
1 parent 538077c commit 4de0933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
requiresDependencyResolution = ResolutionScope.COMPILE
)
@SuppressWarnings("PMD.LongVariable")
public final class BinarizeMojo extends SafeMojo implements CompilationStep {
public final class BinarizeMojo extends SafeMojo {

/**
* The directory where to binarize to.
Expand Down

0 comments on commit 4de0933

Please sign in to comment.