JDK v11 on https://teamcity.jetbrains.com
Hello,
Currently on https://teamcity.jetbrains.com, no agents usable for plugins development (default pool / Ubuntu 16.04) seems have JDK v11 .
For project compilation or third part usage like SonarCloud (see SonarCloud / End of Support Announcements), this Java version (JRE at min) would be a prerequisites. And Java 8 is quite old :-).
Is there a way that this version would be available by default on these agents ? This forum is the correct way to ask that ?
Many thanks in advance.
Best regards
Please sign in to leave a comment.
Hi,
Thanks for letting us know, indeed these agents are outdated, we'll update them soon.
As a workaround consider running your steps in Docker containers
Hello,
I've updated the Default pool - added a new image type (Ubuntu 18.04, bundled with Corretto 8 and 11). Currently older images are still configured to detect if there are projects incompatible with new images, but this should already work given the build configuration requires JDK 11.
Please let us know if project still doesn't compile due to agent software.
Best regards,
Nikita
Hello,
Many thanks for the reactivity Nikita, it is working like a charm.
Best regards