mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
This updates the gradle-wrappers for KMEA, KMAPro, and FV app. Gradle version kept at 5.6.4 gradle files auto-generated with: ``` ./gradlew wrapper --gradle-version 5.6.4 ``` (And changing shebang to `#!/bin/bash`)
5 lines
202 B
INI
5 lines
202 B
INI
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|