Set local build version to 1.4.255-SNAPSHOT

#KT-36128

(cherry picked from commit a8650ccfd2)
This commit is contained in:
Vyacheslav Gerasimov
2020-01-27 20:57:13 +03:00
committed by Nikolay Krasko
parent 4b819aa028
commit 8d06744a6a
23 changed files with 22 additions and 23 deletions
@@ -50,7 +50,7 @@ private val LOG = Logger.getInstance("#org.jetbrains.kotlin.idea.configuration.C
data class RepositoryDescription(val id: String, val name: String, val url: String, val bintrayUrl: String?, val isSnapshot: Boolean)
const val LAST_SNAPSHOT_VERSION = "1.4-SNAPSHOT"
const val LAST_SNAPSHOT_VERSION = "1.4.255-SNAPSHOT"
val SNAPSHOT_REPOSITORY = RepositoryDescription(
"sonatype.oss.snapshots",