Merge pull request #6757 from alvasw/proto_remove_redundant_source_set_definitions

proto: Remove redundant 'sourceSets.main.java.srcDirs += '
This commit is contained in:
Alejandro García 2023-07-06 19:38:07 +00:00 committed by GitHub
commit 1aaa7d2dd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"