diff --git a/bin/deploy_all b/bin/deploy_all index 3983fa6..3405158 100755 --- a/bin/deploy_all +++ b/bin/deploy_all @@ -20,7 +20,7 @@ set -e echo "publishing all artifacts" echo -./gradlew publishToMavenLocal site:jsBrowserDistribution publish buildInstallablePlugin +./gradlew publishToMavenLocal site:jsBrowserDistribution publish buildInstallablePlugin :lyng:linkReleaseExecutableLinuxX64 :lyng:installJvmDist --parallel #echo #echo "Creating plugin" diff --git a/gradle.properties b/gradle.properties index 3fb3995..3245133 100644 --- a/gradle.properties +++ b/gradle.properties @@ -37,4 +37,6 @@ kotlin.native.cacheKind.linuxX64=none #org.gradle.java.home=/home/sergeych/.jdks/corretto-21.0.9 android.experimental.lint.migrateToK2=false android.lint.useK2Uast=false -kotlin.mpp.applyDefaultHierarchyTemplate=true \ No newline at end of file +kotlin.mpp.applyDefaultHierarchyTemplate=true + +org.gradle.parallel=true \ No newline at end of file