Don't leave Gradle daemons after build scripts

This commit is contained in:
Nikolay Krasko
2022-12-09 18:02:20 +01:00
committed by Space Team
parent 9702b97d8d
commit 7bf2685b5b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ echo "DEPLOY_VERSION=$DEPLOY_VERSION"
echo "BUILD_NUMBER=$BUILD_NUMBER"
# Build dist/kotlin-compiler.zip
./gradlew -PdeployVersion=$DEPLOY_VERSION -Pbuild.number=$BUILD_NUMBER -Pteamcity=true zipCompiler -Dfile.encoding=UTF-8
./gradlew -PdeployVersion=$DEPLOY_VERSION -Pbuild.number=$BUILD_NUMBER -Pteamcity=true zipCompiler -Dfile.encoding=UTF-8 --no-daemon
+1
View File
@@ -34,6 +34,7 @@ mvn -DnewVersion=$DEPLOY_VERSION -DgenerateBackupPoms=false -DprocessAllModules=
-Pbuild.number=$BUILD_NUMBER \
-Pversions.kotlin-native=$KOTLIN_NATIVE_VERSION \
-Pteamcity=true \
--no-daemon \
publish
# Build maven part and publish it to the same build/repo