timoninmaxim commented on code in PR #201:
URL: 
https://github.com/apache/ignite-teamcity-bot/pull/201#discussion_r2311271792


##########
build.gradle:
##########
@@ -39,8 +39,12 @@ subprojects {
 
 allprojects {
     apply plugin: 'java'
-    sourceCompatibility = '1.8'
-    targetCompatibility = '1.8'
+
+    java {
+        toolchain {
+            languageVersion = JavaLanguageVersion.of(11)

Review Comment:
   Let's also fix Java 8 mention as a recommended version in README.md



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to