mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-08-11 00:40:37 +02:00
Use better name for tests
This commit is contained in:
parent
8d43329b6e
commit
646e34a5c7
@ -18,7 +18,7 @@ open class TestingBuildType(
|
||||
private val javaPlugin: Boolean = true,
|
||||
) : IdeaVimBuildType({
|
||||
id("IdeaVimTests_${testName.vanish()}")
|
||||
name = "Tests for IntelliJ $version"
|
||||
name = "Tests for IntelliJ $testName"
|
||||
|
||||
params {
|
||||
param("env.ORG_GRADLE_PROJECT_downloadIdeaSources", "false")
|
||||
|
Loading…
Reference in New Issue
Block a user