Closed moqmar closed 2 years ago
Regarding untilBuild = '999.*'
, it seems to be possible to just leave it away and set intellij.updateSinceUntilBuild = false
instead, marking it compatible with all possible future versions.
The gradle warning is an upstream issue: https://github.com/JetBrains/gradle-intellij-plugin/issues/1000
There's now a nicer README also with instructions on how to build using Conda as a package manager, the build doesn't throw warnings and is compatible with current and future JetBrains versions.
Potentially blocking issues I'll look into next week before merging:
untilBuild = '999.*'
and the default changeNotes, that way the build will work a very long time, but I am not sure how the JetBrains Marketplace handles those parameters.