OpenIDE #266 OpenIDE 2025.3 - Languages: download Russian failed

(cherry picked from commit f60ef687c8)
This commit is contained in:
Nikita Iarychenko
2026-09-17 12:44:26 +04:00
parent 7406ed7d04
commit 2e8bf5382f
@@ -20,12 +20,12 @@ object GraziePlugin {
object LanguageTool {
const val version = "6.8.27"
const val url = "https://resources.jetbrains.com/grazie/model/language-tool"
const val url = "https://resources.openide.ru/grazie/model/language-tool"
}
object Hunspell : GrazieStateLifecycle {
const val version = "0.2.359"
const val url = "https://packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/spell"
const val url = "https://resources.openide.ru/grazie/grazie-platform-public/ai/grazie/spell"
override fun update(prevState: GrazieConfig.State, newState: GrazieConfig.State) {
// Do not preload the hunspell / speller in test mode, so it won't slow down tests not related to the spellchecker.