Skip to content

Commit

Permalink
fix: task is not created if user does not refer directly
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Mar 5, 2020
1 parent ebab394 commit e771179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private void generateForJava(Project project, Action<? super SpotBugsTask> confi
log.debug("Creating SpotBugsTaskForJava for {}", sourceSet);
project
.getTasks()
.register(
.create(
name,
SpotBugsTask.class,
task -> {
Expand Down

0 comments on commit e771179

Please sign in to comment.