Build: Cleanup old platforms from the build
This commit is contained in:
committed by
teamcityserver
parent
a4005cef19
commit
32f811e0ec
@@ -21,9 +21,9 @@ fun JUnit.configureForKotlin(xmx: String = "1600m") {
|
||||
"-XX:+UseCodeCacheFlushing",
|
||||
"-XX:ReservedCodeCacheSize=128m",
|
||||
"-Djna.nosys=true",
|
||||
if (Platform[201].orHigher()) "-Didea.platform.prefix=Idea" else null,
|
||||
"-Didea.platform.prefix=Idea",
|
||||
"-Didea.is.unit.test=true",
|
||||
if (Platform[202].orHigher()) "-Didea.ignore.disabled.plugins=true" else null,
|
||||
"-Didea.ignore.disabled.plugins=true",
|
||||
"-Didea.home.path=$ideaSdkPath",
|
||||
"-Djps.kotlin.home=${ideaPluginDir.absolutePath}",
|
||||
"-Dkotlin.ni=" + if (rootProject.hasProperty("newInferenceTests")) "true" else "false",
|
||||
|
||||
Reference in New Issue
Block a user