Skip to content

Commit

Permalink
Protobuf: Remove wrong sourceSet configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Jul 19, 2023
1 parent 8965b7f commit 594f084
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build-logic/commons/src/main/groovy/bisq.protobuf.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@ dependencies {
implementation libs.protobuf.java
}

sourceSets {
main {
java {
srcDirs += ['build/generated/source/main/java']
}
}

test {
java {
srcDirs += ['build/generated/source/test/java']
}
}
}

ext {
def operatingSystem = current()
osFamily = operatingSystem.familyName
Expand Down

0 comments on commit 594f084

Please sign in to comment.