You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jmartisk: I was waiting for the release of 1.0.0 and now saw, that you already did release it two weeks ago 🚀, but my IntelliJ didn't update 🤔. Investigating further, I found that the plugin's versions page shows 1.0.0 to be compatible with 2022.3 - 2022.3.3. I tried to find out what went wrong and it looks like the gradle build magic still creates a plugin.xml with until-build set to 223.* 🤯
I don't feel very comfortable with gradle, maybe you have an idea? Or should we open an issue with JetBrains? Maybe we should set it to 232.* as a workaround for now. What do you think?
The text was updated successfully, but these errors were encountered:
Hmm. After some tinkering, it seems that "not specifying untilBuild" actually means setting it to an empty string, not null. Please check #14 I think it fixes the problem
@jmartisk: I was waiting for the release of 1.0.0 and now saw, that you already did release it two weeks ago 🚀, but my IntelliJ didn't update 🤔. Investigating further, I found that the plugin's versions page shows 1.0.0 to be compatible with
2022.3 - 2022.3.3
. I tried to find out what went wrong and it looks like the gradle build magic still creates aplugin.xml
withuntil-build
set to223.*
🤯I don't feel very comfortable with gradle, maybe you have an idea? Or should we open an issue with JetBrains? Maybe we should set it to
232.*
as a workaround for now. What do you think?The text was updated successfully, but these errors were encountered: