1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-03-06 09:32:50 +01:00
IntelliJ-IdeaVim/.teamcity/_Self/vcsRoots/Branch_203_212.kt

13 lines
319 B
Kotlin
Raw Normal View History

2022-02-17 08:52:51 +01:00
@file:Suppress("ClassName")
package _Self.vcsRoots
import jetbrains.buildServer.configs.kotlin.v2019_2.vcs.GitVcsRoot
object Branch_203_212 : GitVcsRoot({
name = "https://github.com/JetBrains/ideavim (branch 203-212)"
url = "https://github.com/JetBrains/ideavim.git"
branch = "203-212"
useMirrors = false
})