build: Add the gradle wrapper properties file.

Needed to restore the gradle wrapper in Android Studio without breaking things.

gradle: Use -all for gradle wrapper.

Co-authored-by: Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
This commit is contained in:
Ryan Pavlik 2020-10-13 16:56:41 -05:00
parent 0f43bbe924
commit 528dd4f886
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#Thu Oct 22 11:45:42 CEST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Copyright 2010 the original author or authors.
SPDX-License-Identifier: Apache-2.0