-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024.1 minor update #3579
2024.1 minor update #3579
Conversation
noizu
commented
Apr 25, 2024
- Update until-version to 421,
- Update Intellij to 2024.1
- Add note in Contributing on building only the plugin as I spent too long like and idiot installing the wrong jar ;)
Thanks @noizu! It has been working perfectly for me. |
I am trying to build this locally, following the CONTRIBUTING guide (really outdated based on recent IDEs), but somehow it fails at :jps-shared:compileJava. Can I know which versions are you using? gradle/java.
What I have tried:
|
i am building with asdf with versions from .tool-versions. |
Great, now it works! Thanks. Testing the plugin for an hour. |
Doesn't work (can't set SDKs) because it just naively bumps versions without addressing plugin API changes. This is duplicated effort of #3569 that works. |
I mean you say that but it works fine on my intellij. |