Skip to content

Commit

Permalink
Apply fix to confirm travis build succeeds (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-haines committed Apr 16, 2021
1 parent 9ed07a1 commit ac2ae3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ abstract class ProtobufExtract extends DefaultTask {
spec.include('**/*.proto')
spec.into(destDir)
// gradle 7+ requires a duplicate strategy to be explicitly defined
// spec.duplicatesStrategy = DuplicatesStrategy.INCLUDE
spec.duplicatesStrategy = DuplicatesStrategy.INCLUDE
}
}

Expand Down

0 comments on commit ac2ae3e

Please sign in to comment.