devoxx / DevoxxGenieIDEAPlugin

DevoxxGenie is a plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Llama.cpp and Exo) and Cloud based LLMs to help review, test, explain your project code.
https://devoxx.com
MIT License
156 stars 24 forks source link

Increase untilBuild to v242.* #122

Closed stephanj closed 3 months ago

stephanj commented 3 months ago

In the builde.gradle.kts the following needs to be changed:

    patchPluginXml {
        sinceBuild.set("233")
        untilBuild.set("242.*")
    }