Closed thecodemonk closed 1 month ago
This should fix #61
i wonder if just removing the untilBuild.Set() method would fix it..
i wonder if just removing the untilBuild.Set() method would fix it..
For what it's worth, I noticed that the top two free themes for JetBrains currently set this:
https://github.com/dracula/jetbrains/blob/589a2b5616ba31b8a36bf38935529ae868732881/build.gradle.kts#L100 https://github.com/one-dark/jetbrains-one-dark-theme/blob/4a0d3ab32cf0b2fc0f7d0dfa21006c8c79beaef2/build.gradle#L64
I removed the line, compiled, and tried to install it and got an error that the plugin wasn't supported. I set it to 243. and it installed fine. I also set it to .* and that worked as well.
The advantage of no max build is that it will always work as new versions are released. The disadvantage is that if a new build has changes to the way themes work, it would leave the plugin in a broken state.
Perhaps #63 can be followed as a reference for now for future required updates.
Thanks @thecodemonk - and sorry again for the delay.
Updated what I think will add support for the latest IDE versions. Built and tested in IntelliJ 2024.2.0.1.