From 25bd41c72ced8e20be04170bcfd51dacbc873113 Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Fri, 14 Aug 2020 10:43:21 +0700 Subject: [PATCH] [samples] Turn back on parallel build --- samples/androidNativeActivity/gradle.properties | 5 ++--- samples/calculator/gradle.properties | 5 ++--- samples/cocoapods/kotlin-library/gradle.properties | 5 ++--- samples/gradle.properties | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/samples/androidNativeActivity/gradle.properties b/samples/androidNativeActivity/gradle.properties index 83299138b4f..774aa4daa12 100644 --- a/samples/androidNativeActivity/gradle.properties +++ b/samples/androidNativeActivity/gradle.properties @@ -1,9 +1,8 @@ kotlin.code.style=official # Run parallel builds in Gradle: -# TODO: Enable parallel build when KT-37550 is fixed. -#org.gradle.parallel=true -#org.gradle.workers.max=4 +org.gradle.parallel=true +org.gradle.workers.max=4 # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE diff --git a/samples/calculator/gradle.properties b/samples/calculator/gradle.properties index 548fe3666f1..d035e683041 100644 --- a/samples/calculator/gradle.properties +++ b/samples/calculator/gradle.properties @@ -1,9 +1,8 @@ kotlin.code.style=official # Run parallel builds in Gradle: -# TODO: Enable parallel build when KT-37550 is fixed. -#org.gradle.parallel=true -#org.gradle.workers.max=4 +org.gradle.parallel=true +org.gradle.workers.max=4 # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE diff --git a/samples/cocoapods/kotlin-library/gradle.properties b/samples/cocoapods/kotlin-library/gradle.properties index 548fe3666f1..d035e683041 100644 --- a/samples/cocoapods/kotlin-library/gradle.properties +++ b/samples/cocoapods/kotlin-library/gradle.properties @@ -1,9 +1,8 @@ kotlin.code.style=official # Run parallel builds in Gradle: -# TODO: Enable parallel build when KT-37550 is fixed. -#org.gradle.parallel=true -#org.gradle.workers.max=4 +org.gradle.parallel=true +org.gradle.workers.max=4 # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE diff --git a/samples/gradle.properties b/samples/gradle.properties index 5a87656330f..716461d19a0 100644 --- a/samples/gradle.properties +++ b/samples/gradle.properties @@ -1,8 +1,8 @@ kotlin.code.style=official # Run parallel builds in Gradle: -# TODO: Enable parallel build when KT-37550 is fixed. -#org.gradle.parallel=true +org.gradle.parallel=true +org.gradle.workers.max=4 # Pin Kotlin version: # CHANGE_VERSION_WITH_RELEASE @@ -10,7 +10,6 @@ kotlin_version=1.4.0 # Use custom Kotlin/Native home: kotlin.native.home=../../dist -org.gradle.workers.max=4 # Increase memory for in-process compiler execution. org.gradle.jvmargs=-Xmx3g \ No newline at end of file