Set local build version to 1.4.255-SNAPSHOT

#KT-36128
This commit is contained in:
Vyacheslav Gerasimov
2020-01-27 20:57:13 +03:00
parent f4912ed433
commit a8650ccfd2
22 changed files with 22 additions and 22 deletions
@@ -56,7 +56,7 @@ abstract class MultiplePluginVersionGradleImportingTestCase : GradleImportingTes
File("libraries/tools/kotlin-gradle-plugin/build/libs").listFiles()?.map { it.name }?.firstOrNull { it.contains("-original.jar") }?.replace(
"kotlin-gradle-plugin-",
""
)?.replace("-original.jar", "") ?: "1.4-SNAPSHOT"
)?.replace("-original.jar", "") ?: "1.4.255-SNAPSHOT"
@JvmStatic
@Parameterized.Parameters(name = "{index}: Gradle-{0}, KotlinGradlePlugin-{1}")
@@ -43,7 +43,7 @@ import org.jetbrains.kotlin.utils.ifEmpty
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",