Skip to content

Commit df70a27

Browse files
committed
Revert temp changes.
1 parent 4da06a4 commit df70a27

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

interop-testing/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ plugins {
88
}
99

1010
description = "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

1712
dependencies {
1813
implementation project(path: ':grpc-alts', configuration: 'shadow'),

0 commit comments

Comments
 (0)