Skip to content

Commit

Permalink
Fix typo for setting descriptor location in README example (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 authored Mar 22, 2021
1 parent cd45c9d commit 1ff7893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ protobuf {
// Allows to override the default for the descriptor set location
task.descriptorSetOptions.path =
"${projectDir}/build/descriptors/{$task.sourceSet.name}.dsc"
"${projectDir}/build/descriptors/${task.sourceSet.name}.dsc"
// If true, the descriptor set will contain line number information
// and comments. Default is false.
Expand Down

0 comments on commit 1ff7893

Please sign in to comment.