Remove explicit set of encoding from the build script
Setting is now set in gradle.properties since b5b58f40
This commit is contained in:
committed by
Space Team
parent
7bf2685b5b
commit
014e764644
@@ -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 --no-daemon
|
||||
./gradlew -PdeployVersion=$DEPLOY_VERSION -Pbuild.number=$BUILD_NUMBER -Pteamcity=true zipCompiler --no-daemon
|
||||
Reference in New Issue
Block a user