1
0
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:
Alex Plate 2025-03-07 17:13:49 +02:00
parent 393d2d4353
commit e899a99313
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 6 additions and 1 deletions

View File

@ -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 {

View File

@ -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