Skip to content

Commit

Permalink
rollback configuration avoidance changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquimmnetto committed May 5, 2021
1 parent 52fb795 commit c272695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ class GithubReleaseNotesPlugin implements Plugin<Project> {
}

protected static createDefaultTasks(Project project) {
project.tasks.register(GENERATE_RELEASE_NOTES_TASK, GenerateReleaseNotes)
project.tasks.create(GENERATE_RELEASE_NOTES_TASK, GenerateReleaseNotes)
}
}

0 comments on commit c272695

Please sign in to comment.