24d088242c
Before this change buildSrc module was compiled with current user JDK. For example on CI it is JDK 1.8. But when the user is using JDK different from 1.8, buildSrc compilation misses remote build cache. This may lead to full project recomplilation on the user side.