Support for IntelliJ IDEA 2023/2024#1004
Draft
koenpunt wants to merge 4 commits intospekframework:2.0.xfrom
Draft
Support for IntelliJ IDEA 2023/2024#1004koenpunt wants to merge 4 commits intospekframework:2.0.xfrom
koenpunt wants to merge 4 commits intospekframework:2.0.xfrom
Conversation
I initially tried to have it with configurable support for different java versions, but couldn't figure out how to do this across the various gradle projects in the repo This quite certainly breaks support for building it for older IDE versions.
Author
|
Snapshot build for IJ2023.3: 2.0.20-alpha.0.2+20231210T225453Z-SNAPSHOT-IJ2023.3.zip |
Author
|
Snapshot build for IJ2024.1: 2.0.20-alpha.0.3+20240526T093157Z-SNAPSHOT-IJ2024.1.zip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With a lot of trial and error I was able to get the plugin to build for IntelliJ 2023.3.
This probably breaks support for building it for all the different versions, but maybe this can be of help for somebody else who want to use this plugin with IntelliJ 2023.3
Nb. The
spek-ide-plugin-intellij-idea:buildtasks completes without issue for the following SDK versions; IJ203, IJ211, IJ212, IJ213, IJ233. I however did not test the resulting plugin bundles.