mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Merge pull request #6757 from alvasw/proto_remove_redundant_source_set_definitions
proto: Remove redundant 'sourceSets.main.java.srcDirs += '
This commit is contained in:
commit
1aaa7d2dd5
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue