Skip to content

Commit

Permalink
Address nit and apply fix to confirm travis success
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-haines committed Apr 16, 2021
1 parent 78c6183 commit cf0419b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ message Money {
// If `units` is negative, `nanos` must be negative or zero.
// For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
int32 nanos = 3;
}
}

0 comments on commit cf0419b

Please sign in to comment.