vitalibo / bitbake-intellij-plugin

IntelliJ Platform plugin for support BitBake syntax
Apache License 2.0
3 stars 2 forks source link

Cleanup and update #4

Closed moqmar closed 2 years ago

moqmar commented 2 years ago

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:

moqmar commented 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.

moqmar commented 2 years ago

The gradle warning is an upstream issue: https://github.com/JetBrains/gradle-intellij-plugin/issues/1000