Skip to content

Commit 9f03da0

Browse files
committed
use JDK 17, disable error prone and native demo project meanwhile (ref #329)
1 parent 0d35a08 commit 9f03da0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ rootProject.name = 'grpc-spring-boot-starter-root'
1111
include 'grpc-spring-boot-starter'
1212
include 'grpc-client-spring-boot-starter'
1313
include 'grpc-spring-boot-starter-demo'
14-
include 'grpc-spring-boot-starter-native-demo'
14+
//include 'grpc-spring-boot-starter-native-demo'
1515

0 commit comments

Comments
 (0)