Remove manifest.impl.value.kotlin.version and other unused properties from kotlinManifest.properties

This commit is contained in:
Ilya Gorbunov
2017-04-27 23:08:52 +03:00
parent 720e6ecdb6
commit 96c36fb317
3 changed files with 0 additions and 22 deletions
@@ -66,12 +66,6 @@ class KotlinVersionsTest : KtUsefulTestCase() {
.toVersion("KotlinVersion.CURRENT")
)
versions.add(
Properties().apply { load(File("resources/kotlinManifest.properties").inputStream()) }
.getProperty("manifest.impl.value.kotlin.version")?.toVersion("kotlinManifest.properties")
?: error("No Kotlin-Version value in kotlinManifest.properties")
)
versions.add(
loadValueFromPomXml("libraries/pom.xml", listOf("project", "version"))
?.toVersion("version in pom.xml")