Netflix / dgs-intellij-plugin

Apache License 2.0
22 stars 11 forks source link

Update to jetbrains 222 #45

Closed fedorka closed 2 years ago

fedorka commented 2 years ago

IntelliJ updated to build 222 (2022.2.x) so we need to target the same. This build requires Java 17, which requires Kotlin 1.6.x.

I also updated the validator versions to have one per year.

Edit: Java 17 is not required and I have dropped those changes.

fedorka commented 2 years ago

The Jetbrains Build Number Ranges says

Java 17 is now required

However, referencing the blog post for the related Java 11 update reveals that we should not target Java 17 until we set sinceBuild to 222. The plugin verifier task is sufficient for confirming that our plugin is supported under Java 17 so I've removed the workflow updates.