Skip to content

Commit

Permalink
Merge pull request #6757 from alvasw/proto_remove_redundant_source_se…
Browse files Browse the repository at this point in the history
…t_definitions

proto: Remove redundant 'sourceSets.main.java.srcDirs += '
  • Loading branch information
alejandrogarcia83 authored Jul 6, 2023
2 parents f56c1b3 + f6dff32 commit 1aaa7d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions proto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ dependencies {
}
}

sourceSets.main.java.srcDirs += [
'build/generated/source/proto/main/grpc',
'build/generated/source/proto/main/java'
]

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.19.1"
Expand Down

0 comments on commit 1aaa7d2

Please sign in to comment.