We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07fa5a9 + c33a6c1 commit cb7da2cCopy full SHA for cb7da2c
1 file changed
build.gradle
@@ -146,5 +146,5 @@ tasks.withType(PublishToMavenRepository) {
146
147
task wrapper(type: Wrapper) {
148
gradleVersion = '3.4'
149
- distributionUrl = "http://services.gradle.org/distributions/gradle-${gradleVersion}-all.zip"
+ distributionUrl = "https://services.gradle.org/distributions/gradle-${gradleVersion}-all.zip"
150
}
0 commit comments