Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 50c5ce8

Browse files
committed
fix build
1 parent 8a22f83 commit 50c5ce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sourceCompatibility = 1.8
66
targetCompatibility = 1.8
77

88
dependencies {
9-
protobuf project (':protobuf-rpc')
9+
protobuf project (':core-idl')
1010
protobuf project (':broker-info-idl')
1111

1212
compile project (':core')

protobuf-rpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
compileOnly 'com.google.protobuf:protobuf-java-util:3.5.0'
2424

2525
testCompile project(':core')
26-
testCompile project(':core-idl')
26+
testProtobuf project(':core-idl')
2727
testCompile 'junit:junit:4.12'
2828
}
2929

0 commit comments

Comments
 (0)