OpenIDE #266 OpenIDE 2025.3 - Languages: download Russian failed

(cherry picked from commit f60ef687c8)
This commit is contained in:
Nikita Iarychenko
2026-02-27 14:21:44 +04:00
parent 47a28078db
commit 0d37bed4db

View File

@@ -22,12 +22,12 @@ object GraziePlugin {
object LanguageTool {
const val version = "6.7.20"
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.336"
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.