mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 17:37:34 +00:00
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:
parent
0f43bbe924
commit
528dd4f886
6
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
6
gradle/wrapper/gradle-wrapper.properties
vendored
Normal 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
|
2
gradle/wrapper/gradle-wrapper.properties.license
vendored
Normal file
2
gradle/wrapper/gradle-wrapper.properties.license
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Copyright 2010 the original author or authors.
|
||||
SPDX-License-Identifier: Apache-2.0
|
Loading…
Reference in a new issue