mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2024-11-15 01:42:45 +01:00
13 lines
307 B
Kotlin
13 lines
307 B
Kotlin
@file:Suppress("ClassName")
|
|
|
|
package _Self.vcsRoots
|
|
|
|
import jetbrains.buildServer.configs.kotlin.v2019_2.vcs.GitVcsRoot
|
|
|
|
object Branch_202 : GitVcsRoot({
|
|
name = "https://github.com/JetBrains/ideavim (branch 202)"
|
|
url = "https://github.com/JetBrains/ideavim.git"
|
|
branch = "202"
|
|
useMirrors = false
|
|
})
|