Skip to content

Commit

Permalink
use JDK 17, disable error prone and native demo project meanwhile (ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmlet committed Dec 6, 2022
1 parent 0d35a08 commit 9f03da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ subprojects {
tasks.withType(JavaCompile).configureEach {
options.errorprone.disableWarningsInGeneratedCode = true

options.errorprone.enabled = (it.name.startsWith("compile") && it.name.endsWith("TestJava") ) ? false:(null != System.getenv("CI"))
options.errorprone.enabled = false // (it.name.startsWith("compile") && it.name.endsWith("TestJava") ) ? false:(null != System.getenv("CI"))


}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ rootProject.name = 'grpc-spring-boot-starter-root'
include 'grpc-spring-boot-starter'
include 'grpc-client-spring-boot-starter'
include 'grpc-spring-boot-starter-demo'
include 'grpc-spring-boot-starter-native-demo'
//include 'grpc-spring-boot-starter-native-demo'

0 comments on commit 9f03da0

Please # to comment.