File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ dependencies {
23
23
implementation files(" $bc_pkix " )
24
24
implementation project(path : ' :core' )
25
25
26
- java9Implementation files(" :prov " )
27
- java9Implementation files(" :util " )
28
- java9Implementation files(" :pkix " )
26
+ java9Implementation files(" $b c_prov " )
27
+ java9Implementation files(" $b c_util " )
28
+ java9Implementation files(" $b c_pkix " )
29
29
java9Implementation files(sourceSets. main. output. classesDirs) {
30
30
builtBy compileJava
31
31
}
Original file line number Diff line number Diff line change @@ -61,10 +61,9 @@ dependencies {
61
61
// runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
62
62
// implementation "com.google.protobuf:protobuf-java-util:${protocVersion}"
63
63
64
- java9Implementation project(' :core' )
65
- java9Implementation project(' :prov' )
66
- java9Implementation project(' :util' )
67
- java9Implementation project(' :pkix' )
64
+ java9Implementation files(" $bc_prov " )
65
+ java9Implementation files(" $bc_util " )
66
+ java9Implementation files(" $bc_pkix " )
68
67
java9Implementation files(sourceSets. main. output. classesDirs) {
69
68
builtBy compileJava
70
69
}
You can’t perform that action at this time.
0 commit comments