File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ echo "DEPLOY_VERSION=$DEPLOY_VERSION"
2222echo " BUILD_NUMBER=$BUILD_NUMBER "
2323
2424# Build dist/kotlin-compiler.zip
25- ./gradlew -PdeployVersion=$DEPLOY_VERSION -Pbuild.number=$BUILD_NUMBER -Pteamcity=true zipCompiler -Dfile.encoding=UTF-8
25+ ./gradlew -PdeployVersion=$DEPLOY_VERSION -Pbuild.number=$BUILD_NUMBER -Pteamcity=true zipCompiler -Dfile.encoding=UTF-8 --no-daemon
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ mvn -DnewVersion=$DEPLOY_VERSION -DgenerateBackupPoms=false -DprocessAllModules=
3434 -Pbuild.number=$BUILD_NUMBER \
3535 -Pversions.kotlin-native=$KOTLIN_NATIVE_VERSION \
3636 -Pteamcity=true \
37+ --no-daemon \
3738 publish
3839
3940# Build maven part and publish it to the same build/repo
You can’t perform that action at this time.
0 commit comments