aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts/create_all_symlinks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/scripts/create_all_symlinks.sh')
-rwxr-xr-xeclipse/scripts/create_all_symlinks.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh
index acdd3c2..80eaa54 100755
--- a/eclipse/scripts/create_all_symlinks.sh
+++ b/eclipse/scripts/create_all_symlinks.sh
@@ -283,8 +283,8 @@ fi
# Otherwise we do a specific tools/base build on just the requested targets.
if [[ -n "$GRADLE_SWT" ]]; then
- echo "### Starting tools/base: gradlew publishLocal"
- (cd tools/base && ./gradlew publishLocal)
+ echo "### Starting tools/base: gradlew assemble publishLocal"
+ (cd tools/base && ./gradlew assemble publishLocal)
elif [[ -n "$GRADLE_BASE" ]]; then
echo "### Starting tools/base: gradlew $GRADLE_BASE"
(cd tools/base && ./gradlew $GRADLE_BASE)