zzehring / intellij-jsonnet

An Intellij Plugin for grafana/jsonnet-language-server
Apache License 2.0
13 stars 12 forks source link

chore: update plugin for IntelliJ 2024.2 #94

Closed charleskorn closed 3 weeks ago

charleskorn commented 1 month ago

This PR updates the plugin to support IntelliJ 2024.2.

As of IntelliJ 2024.2, v2 of the IntelliJ Platform Gradle Plugin is required, and this in turn requires Gradle 8.2 or later, so this PR updates both.

I used JetBrains' migration guide during the migration process.