Don't leave Gradle daemons after build scripts
This commit is contained in:
committed by
Space Team
parent
9702b97d8d
commit
7bf2685b5b
@@ -22,4 +22,4 @@ echo "DEPLOY_VERSION=$DEPLOY_VERSION"
|
|||||||
echo "BUILD_NUMBER=$BUILD_NUMBER"
|
echo "BUILD_NUMBER=$BUILD_NUMBER"
|
||||||
|
|
||||||
# Build dist/kotlin-compiler.zip
|
# 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
|
||||||
@@ -34,6 +34,7 @@ mvn -DnewVersion=$DEPLOY_VERSION -DgenerateBackupPoms=false -DprocessAllModules=
|
|||||||
-Pbuild.number=$BUILD_NUMBER \
|
-Pbuild.number=$BUILD_NUMBER \
|
||||||
-Pversions.kotlin-native=$KOTLIN_NATIVE_VERSION \
|
-Pversions.kotlin-native=$KOTLIN_NATIVE_VERSION \
|
||||||
-Pteamcity=true \
|
-Pteamcity=true \
|
||||||
|
--no-daemon \
|
||||||
publish
|
publish
|
||||||
|
|
||||||
# Build maven part and publish it to the same build/repo
|
# Build maven part and publish it to the same build/repo
|
||||||
|
|||||||
Reference in New Issue
Block a user