From 128d348dd63f420f4a612e42857df630ea22a421 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Wed, 27 Nov 2019 16:00:08 +0100 Subject: [PATCH] [build][settings] drop partly be6722d44ad801fcfb9bd8929ebcafe568c6fcc6 --- settings.gradle | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/settings.gradle b/settings.gradle index 09a5834d783..860ba643b7a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -31,21 +31,19 @@ include ':backend.native:tests' include ':backend.native:debugger-tests' include ':utilities' -if (hasProperty("konan.home") || hasProperty("org.jetbrains.kotlin.native.home")) { - include ':performance' - include ':performance:ring' - include ':performance:cinterop' - include ':performance:helloworld' - include ':performance:numerical' - include ':performance:videoplayer' - include ':performance:framework' - if (System.getProperty("os.name") == "Mac OS X") { - include ':performance:objcinterop' - include ':performance:swiftinterop' - if (hasProperty("runExcludedBenchmarks")) { - include ':performance:KotlinVsSwift' - include ':performance:KotlinVsSwift:ring' - } +include ':performance' +include ':performance:ring' +include ':performance:cinterop' +include ':performance:helloworld' +include ':performance:numerical' +include ':performance:videoplayer' +include ':performance:framework' +if (System.getProperty("os.name") == "Mac OS X") { + include ':performance:objcinterop' + include ':performance:swiftinterop' + if (hasProperty("runExcludedBenchmarks")) { + include ':performance:KotlinVsSwift' + include ':performance:KotlinVsSwift:ring' } }