Skip to content

Commit

Permalink
Protobuf: Remove empty generateProtoTasks block
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Jul 19, 2023
1 parent c82913e commit dd61933
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build-logic/commons/src/main/groovy/bisq.protobuf.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.19.4"
}
generateProtoTasks {
all()*.plugins {}
}
generatedFilesBaseDir = "$projectDir/build/generated/source"
}

0 comments on commit dd61933

Please sign in to comment.