79178799

Date: 2024-11-11 18:49:30
Score: 0.5
Natty:
Report link

I forced java version into build.gradle.kts like this

java {
    toolchain {
        languageVersion = JavaLanguageVersion.of(17)
    }
}

which fixed the problem. I could remove the snippet later and build would work without it. I guess idea or gradle cache everything forever.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Pavel Niedoba