android/.gitignore | 1 - android/gradle/wrapper/gradle-wrapper.jar |binary android/gradle/wrapper/gradle-wrapper.properties | 6 ++++++ 3 files changed, 6 insertions(+), 1 deletion(-)
New commits: commit 66415e4e45942af73caa18aea359285608606dfd Author: Henry Castro <[email protected]> AuthorDate: Sun Apr 12 19:42:20 2020 -0400 Commit: Henry Castro <[email protected]> CommitDate: Mon Apr 20 21:47:26 2020 +0200 android: add missing gradle-wrapper.jar It is required to execute the script ./gradlew tasks The wrapper downloads the gradle version if not installed Change-Id: I3d52f779aa6931bc4e3d57309558fdccbe98024b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92095 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Henry Castro <[email protected]> diff --git a/android/.gitignore b/android/.gitignore index 9bdedd758..57063e693 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -1,7 +1,6 @@ .gradle .idea /android.iml -/gradle /local.properties /lib/src/main/assets/etc/ /lib/src/main/assets/example.odt diff --git a/android/gradle/wrapper/gradle-wrapper.jar b/android/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 000000000..f6b961fd5 Binary files /dev/null and b/android/gradle/wrapper/gradle-wrapper.jar differ diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 000000000..5bb4a233e --- /dev/null +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Fri Apr 10 17:38:50 BOT 2020 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
