File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ subprojects {
74
74
tasks. withType(JavaCompile ). configureEach {
75
75
options. errorprone. disableWarningsInGeneratedCode = true
76
76
77
- options. errorprone. enabled = (it. name. startsWith(" compile" ) && it. name. endsWith(" TestJava" ) ) ? false : (null != System . getenv(" CI" ))
77
+ options. errorprone. enabled = false // (it.name.startsWith("compile") && it.name.endsWith("TestJava") ) ? false:(null != System.getenv("CI"))
78
78
79
79
80
80
}
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ rootProject.name = 'grpc-spring-boot-starter-root'
11
11
include ' grpc-spring-boot-starter'
12
12
include ' grpc-client-spring-boot-starter'
13
13
include ' grpc-spring-boot-starter-demo'
14
- include ' grpc-spring-boot-starter-native-demo'
14
+ // include 'grpc-spring-boot-starter-native-demo'
15
15
You can’t perform that action at this time.
0 commit comments