mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-13 03:34:06 +02:00
Remove the localization plugins for testing IJ
This commit is contained in:
parent
393d2d4353
commit
e899a99313
@ -196,6 +196,11 @@ tasks {
|
||||
}
|
||||
|
||||
systemProperty("ideavim.nvim.test", System.getProperty("nvim") ?: false)
|
||||
|
||||
// This removes all localization plugins from the test version of IJ.
|
||||
// There is a bug that IJ for tests may be loaded with a different locale and some keys may be missing there,
|
||||
// what breaks the tests. This usually happens in EAP versions of IJ.
|
||||
classpath -= classpath.filter { it.name.startsWith("localization-") && it.name.endsWith(".jar") }
|
||||
}
|
||||
|
||||
compileJava {
|
||||
|
@ -16,7 +16,7 @@
|
||||
# https://data.services.jetbrains.com/products?code=IC
|
||||
# Maven releases are here: https://www.jetbrains.com/intellij-repository/releases
|
||||
# And snapshots: https://www.jetbrains.com/intellij-repository/snapshots
|
||||
ideaVersion=2024.3.3
|
||||
ideaVersion=LATEST-EAP-SNAPSHOT
|
||||
# Values for type: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-type
|
||||
ideaType=IC
|
||||
instrumentPluginCode=true
|
||||
|
Loading…
Reference in New Issue
Block a user