Skip to content

Commit

Permalink
Readme: Typo in property name for Python's config
Browse files Browse the repository at this point in the history
generatedFilesDir -> generatedFilesBaseDir
  • Loading branch information
apatsekin authored and ejona86 committed Jun 23, 2022
1 parent b8d4680 commit e7f9ab4
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 @@ -315,7 +315,7 @@ task.plugins {

```gradle
protobuf {
generatedFilesDir = "$projectDir/generated"
generatedFilesBaseDir = "$projectDir/generated"
generateProtoTasks {
all().each { task ->
Expand Down

0 comments on commit e7f9ab4

Please sign in to comment.