Skip to content

Commit

Permalink
Make SphinxTask.dotBinary optional
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Apr 23, 2018
1 parent abe6046 commit 90b9d8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class SphinxTask extends DefaultTask {
}

@Input
@Optional
String getDotBinary() {
def unwrapped = unwrap(dotBinary)
if (unwrapped == null) {
Expand Down

0 comments on commit 90b9d8e

Please sign in to comment.