Set local build version to 1.4.255-SNAPSHOT
#KT-36128
(cherry picked from commit a8650ccfd2)
This commit is contained in:
committed by
Nikolay Krasko
parent
4b819aa028
commit
8d06744a6a
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user