Skip to content

Commit

Permalink
�Support IntelliJ IDEA 2024.1 (#27)
Browse files Browse the repository at this point in the history
* Add .sdkmanrc file for SDK version management

This commit introduces a .sdkmanrc file to manage SDK versions automatically. It includes a setup for Java version 17.0.10 from tem provider.

* Update plugin version and compatibility range

The plugin version is updated to 0.4.2-stable. Additionally, the compatibility range for Intelij platform has been extended from build 233 to 241.

* Updated CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: GoldSubmarine <[email protected]>
  • Loading branch information
daejoon and Nayacco authored Apr 7, 2024
1 parent 0659145 commit 797c1d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# RestfulHelper Changelog

## [Unreleased]
- Support IntelliJ IDEA 2024.1

## [0.4.0-stable]
- Support IntelliJ IDEA 2023.3
Expand Down Expand Up @@ -52,4 +53,4 @@

## [0.1.0-stable.1]
### Added
- 🎉 release for 2021.2
- 🎉 release for 2021.2
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 797c1d6

Please sign in to comment.