1
0
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:
Alex Plate 2023-04-05 22:57:48 +03:00
parent 8d43329b6e
commit 646e34a5c7
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

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