File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ subprojects {
1919
2020 apply plugin : " com.google.osdetector"
2121 apply plugin : " net.ltgt.errorprone"
22- apply plugin : " java"
23- test {
24- testLogging. showStandardStreams = true
25- systemProperty ' java.util.logging.config.file' , " /home/kannanj/grpc-logger.properties"
26- }
2722
2823 group = " io.grpc"
2924 version = " 1.79.0-SNAPSHOT" // CURRENT_GRPC_VERSION
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ plugins {
88}
99
1010description = " gRPC: Integration Testing"
11- apply plugin : " java-library"
12- test {
13- testLogging. showStandardStreams = true
14- systemProperty ' java.util.logging.config.file' , " /home/kannanj/grpc-logger.properties"
15- }
1611
1712dependencies {
1813 implementation project(path : ' :grpc-alts' , configuration : ' shadow' ),
You can’t perform that action at this time.
0 commit comments