diff --git a/.sdkmanrc b/.sdkmanrc new file mode 100644 index 0000000..2d44220 --- /dev/null +++ b/.sdkmanrc @@ -0,0 +1,3 @@ +# Enable auto-env through the sdkman_auto_env config +# Add key=value pairs of SDKs to use below +java=17.0.10-tem diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5d50c..f918fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ # RestfulHelper Changelog ## [Unreleased] +- Support IntelliJ IDEA 2024.1 ## [0.4.0-stable] - Support IntelliJ IDEA 2023.3 @@ -52,4 +53,4 @@ ## [0.1.0-stable.1] ### Added -- 🎉 release for 2021.2 \ No newline at end of file +- 🎉 release for 2021.2 diff --git a/gradle.properties b/gradle.properties index 2d37bf7..5fa42f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,13 +3,13 @@ pluginGroup = com.github.goldsubmarine.restfulhelper pluginName = RestfulHelper -pluginVersion = 0.4.1-stable +pluginVersion = 0.4.2-stable # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 231 -pluginUntilBuild = 233.* +pluginUntilBuild = 241.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl # See https://jb.gg/intellij-platform-builds-list for available build versions.