Skip to content

Commit

Permalink
fix incorrect merge conflict handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tiainen committed Feb 29, 2024
1 parent a406157 commit 6fb6269
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions java/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ sourceSets {
srcDir '../../proto'
}
}
test {
java {
srcDir '../shared/test/java'
}
}
}

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.24.4'
}
test {
java {
srcDir '../shared/test/java'
}
}
}

dependencies {
Expand Down
10 changes: 5 additions & 5 deletions java/server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ sourceSets {
srcDir '../../proto'
}
}
test {
java {
srcDir '../shared/test/java'
}
}
}

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.24.4'
}
test {
java {
srcDir '../shared/test/java'
}
}
}

dependencies {
Expand Down

0 comments on commit 6fb6269

Please sign in to comment.