summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Dahlstrom <dahlstrom@google.com>2022-06-22 22:00:00 -0700
committerDana Dahlstrom <dahlstrom@google.com>2022-06-22 22:00:00 -0700
commitda10e1ae4235536ece9e35d34ba1a5ff6cd20a3d (patch)
tree85b27cf1e2d4b9260431bde34ba2d3a60ce034e2
parentaf28b3638047f0fc77d7e43b492ab79d95c7239f (diff)
downloadidea-da10e1ae4235536ece9e35d34ba1a5ff6cd20a3d.tar.gz
Don't set idea.home.path
It's redundant after Change Ie55e73e6. Change-Id: If01392b4f77cd735221e0a71809736ace336d1a1
-rwxr-xr-xbuild_studio.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_studio.sh b/build_studio.sh
index e55e73e65328..f01392b4f77c 100755
--- a/build_studio.sh
+++ b/build_studio.sh
@@ -38,7 +38,6 @@ done
readonly AS_BUILD_NUMBER="$(sed "s/SNAPSHOT/__BUILD_NUMBER__/" build.txt)"
declare -ar BUILD_PROPERTIES=(
- "-Didea.home.path=${PROG_DIR}"
"-Dintellij.build.output.root=${OUT}"
"-Dbuild.number=${AS_BUILD_NUMBER}"
"-Dintellij.build.dev.mode=false"