mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
OPENIDE change url for download spell checking library
This commit is contained in:
@@ -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.
|
// 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
|
package com.intellij.grazie
|
||||||
|
|
||||||
import com.intellij.ide.plugins.IdeaPluginDescriptor
|
import com.intellij.ide.plugins.IdeaPluginDescriptor
|
||||||
@@ -13,7 +16,7 @@ object GraziePlugin {
|
|||||||
|
|
||||||
object LanguageTool {
|
object LanguageTool {
|
||||||
const val version = "6.4"
|
const val version = "6.4"
|
||||||
const val url = "https://resources.jetbrains.com/grazie/model/language-tool"
|
const val url = "https://resources.openide.ru/grazie/model/language-tool"
|
||||||
}
|
}
|
||||||
|
|
||||||
private val descriptor: IdeaPluginDescriptor
|
private val descriptor: IdeaPluginDescriptor
|
||||||
|
|||||||
Reference in New Issue
Block a user