What is the process for supporting new JVM targets in detekt? I'm using Java 22, and get
> Invalid value (22) passed to --jvm-target, must be one of [1.6, 1.8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
🤔 1
b
Brais Gabin
06/17/2024, 4:26 PM
We should support all of them (starting from 1.8). If that's not the case please open an issue.