slachiewicz commented on code in PR #2779:
URL: https://github.com/apache/thrift/pull/2779#discussion_r1163393104
##########
lib/java/gradle/sourceConfiguration.gradle:
##########
@@ -31,7 +31,7 @@
// also a runtime CI that's based on Java 11 to ensure that.
java {
toolchain {
- languageVersion = JavaLanguageVersion.of(17)
+ languageVersion = JavaLanguageVersion.of(19)
Review Comment:
so with this definition - java defined with github actions setup is onoy
used for Gradle process and not to build/run tests?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]