mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2024-12-22 13:42:48 +01:00
13 lines
334 B
Kotlin
13 lines
334 B
Kotlin
@file:Suppress("ClassName")
|
|
|
|
package _Self.vcsRoots
|
|
|
|
import jetbrains.buildServer.configs.kotlin.v2019_2.vcs.GitVcsRoot
|
|
|
|
object Branch_222 : GitVcsRoot({
|
|
id("HttpsGithubComJetBrainsIdeavimBranch222")
|
|
name = "https://github.com/JetBrains/ideavim (branch 222)"
|
|
url = "https://github.com/JetBrains/ideavim.git"
|
|
branch = "222"
|
|
})
|