File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11language : java
22jdk :
3- - oraclejdk11
3+ - oraclejdk17
44# sudo: false
55dist : trusty
66before_cache :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gradleErrorPronePluginVersion=2.0.2
55errorProneVersion =2.7.1
66lombokVersion =1.18.24
77
8- version =4.9.1
8+ version =5.0.0-SNAPSHOT
99group =io.github.lognet
1010description =Spring Boot starter for Google RPC.
1111gitHubUrl =https\://github.com/LogNet/grpc-spring-boot-starter
@@ -17,3 +17,9 @@ signing.keyId=secured
1717signing.password =secured
1818signing.secretKeyRingFile =secured
1919
20+ # The --add-exports arguments are to run GJF on Java 17
21+ org.gradle.jvmargs =--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
22+ --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
23+ --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
24+ --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
25+ --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
You can’t perform that action at this time.
0 commit comments