Skip to content

Commit

Permalink
fix: remove the optional annotation from PactPublish attribute in Pac…
Browse files Browse the repository at this point in the history
…tPublishTask #1634
  • Loading branch information
rholshausen committed Jan 12, 2023
1 parent 639f7f8 commit 5462dea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import org.gradle.api.tasks.TaskAction
abstract class PactPublishTask extends DefaultTask {

@Input
@Optional
abstract Property<PactPublish> getPactPublish()

@Input
Expand Down

0 comments on commit 5462dea

Please sign in to comment.