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 {
7474 tasks. withType(JavaCompile ). configureEach {
7575 options. errorprone. disableWarningsInGeneratedCode = true
7676
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"))
7878
7979
8080 }
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ rootProject.name = 'grpc-spring-boot-starter-root'
1111include ' grpc-spring-boot-starter'
1212include ' grpc-client-spring-boot-starter'
1313include ' grpc-spring-boot-starter-demo'
14- include ' grpc-spring-boot-starter-native-demo'
14+ // include 'grpc-spring-boot-starter-native-demo'
1515
You can’t perform that action at this time.
0 commit comments