Set local build version to 1.4.255-SNAPSHOT
#KT-36128
This commit is contained in:
+1
-1
@@ -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}")
|
||||
|
||||
+1
-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",
|
||||
|
||||
Reference in New Issue
Block a user