Skip to content

Commit

Permalink
fix(gradle): CommandHookImpl should not be abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Aug 10, 2022
1 parent fecb3f3 commit 1c05d4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import static org.jreleaser.util.StringUtils.isNotBlank
* @since 1.2.0
*/
@CompileStatic
abstract class CommandHookImpl extends AbstractHook implements CommandHook {
class CommandHookImpl extends AbstractHook implements CommandHook {
String name
final Property<Boolean> continueOnError
final Property<String> cmd
Expand Down

0 comments on commit 1c05d4d

Please sign in to comment.