Skip to content

Commit a1c9f1b

Browse files
committed
android build: Switch back to "all" distribution of Gradle.
We switched incidentally from "bin" to "all" when upgrading from 4.6. Android Studio then pops up a banner recommending to switch to a distribution "with sources", so that the IDE can provide documentation; that turns out to mean "all". New command for updating the config: ./gradlew wrapper --gradle-version=4.10.3 --distribution-type=all
1 parent 823c404 commit a1c9f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)