OPENIDE change url for download spell checking library

(cherry picked from commit 0c57589e41da15a2a13814e61d266259aeb19895)
(cherry picked from commit e1769602d2)

(cherry picked from commit ce902a8390)
This commit is contained in:
Nikita Iarychenko
2025-03-11 16:31:36 +04:00
parent a636d7f079
commit b18e12614d

View File

@@ -1,4 +1,7 @@
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
//
// Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project (https://openide.ru).
// Any modifications are available on the same license terms as the original source code.
package com.intellij.grazie
import com.intellij.codeInsight.daemon.DaemonCodeAnalyzer
@@ -20,8 +23,8 @@ object GraziePlugin {
const val id = "tanvd.grazi"
object LanguageTool {
const val version = "6.7.19"
const val url = "https://resources.jetbrains.com/grazie/model/language-tool"
const val version = "6.5.0.12"
const val url = "https://resources.openide.ru/grazie/model/language-tool"
}
object Hunspell : GrazieStateLifecycle {