OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gradlew
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/scripts/
build_adt.sh
35
./
gradlew
--no-daemon publishLocal
40
./tools/
gradlew
-i -b sdk/eclipse/build.gradle --no-daemon copydeps
44
( set -x ; BUILD_NUMBER="$BNUM" ./tools/
gradlew
-i -b sdk/eclipse/build.gradle --no-daemon buildEclipse)
create_all_symlinks.sh
48
./
gradlew
:$2:properties | awk '
286
echo "### Starting tools/base:
gradlew
assemble publishLocal"
287
(cd tools/base && ./
gradlew
assemble publishLocal)
289
echo "### Starting tools/base:
gradlew
$GRADLE_BASE"
290
(cd tools/base && ./
gradlew
$GRADLE_BASE)
296
echo "### Starting tools/swt:
gradlew
$GRADLE_SWT"
297
(cd tools/swt && ./
gradlew
$GRADLE_SWT)
/developers/build/
sample-create
24
GRADLE=$SCRIPTPATH/
gradlew
/prebuilts/devtools/
update_jars.sh
56
( $DRY cd ../../tools/$repo && $DRY ./
gradlew
clean publishLocal pushDistribution )
Completed in 179 milliseconds