Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 3abb642

Browse files
committed
chore: Use gradle wrapper in make-doc.sh
1 parent 444fe31 commit 3abb642

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

algoliasearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
build-online.gradle
1+
build-offline.gradle

tools/make-doc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ rm -rf "$DST_DIR"/*
4040
# Online flavor -> root directory.
4141
echo "# Generating online flavor"
4242
"$PROJECT_ROOT/select-flavor.sh" online
43-
gradle javadoc
43+
./gradlew javadoc
4444
# Offline flavor -> `offline` subdirectory.
4545
echo "# Generating offline flavor"
4646
"$PROJECT_ROOT/select-flavor.sh" offline
47-
gradle javadoc
47+
./gradlew javadoc
4848

4949
# Copy license.
5050
LICENSE_FILE_NAME="LICENSE.txt"

0 commit comments

Comments
 (0)