Skip to content

Commit

Permalink
Configure Gradle wrapper to use distribution with sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Nov 1, 2020
1 parent 1db3a8c commit 189db8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Sat Oct 31 18:25:05 GMT 2020
#Sun Nov 01 09:53:43 GMT 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 comments on commit 189db8f

Please sign in to comment.