build/deploy optimizations

This commit is contained in:
Sergey Chernov 2026-03-13 00:03:50 +03:00
parent 298c2a09fe
commit 18394ce286
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,7 @@
set -e set -e
echo "publishing all artifacts" echo "publishing all artifacts"
echo echo
./gradlew publishToMavenLocal site:jsBrowserDistribution publish buildInstallablePlugin ./gradlew publishToMavenLocal site:jsBrowserDistribution publish buildInstallablePlugin :lyng:linkReleaseExecutableLinuxX64 :lyng:installJvmDist --parallel
#echo #echo
#echo "Creating plugin" #echo "Creating plugin"

View File

@ -38,3 +38,5 @@ kotlin.native.cacheKind.linuxX64=none
android.experimental.lint.migrateToK2=false android.experimental.lint.migrateToK2=false
android.lint.useK2Uast=false android.lint.useK2Uast=false
kotlin.mpp.applyDefaultHierarchyTemplate=true kotlin.mpp.applyDefaultHierarchyTemplate=true
org.gradle.parallel=true