Skip to content

Commit

Permalink
Include grpc-inprocess for the test server
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Nov 6, 2023
1 parent 3a4dabf commit 6228d8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions temporal-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ dependencies {
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
testImplementation 'pl.pragmatists:JUnitParams:1.1.1'
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: "${logbackVersion}"
if (project.hasProperty("edgeDepsTest")) {
implementation "io.grpc:grpc-inprocess:$grpcVersion"
}
}

task registerNamespace(type: JavaExec) {
Expand Down

0 comments on commit 6228d8c

Please sign in to comment.