Remove manifest.impl.value.kotlin.version and other unused properties from kotlinManifest.properties
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user