Skip to content

Commit

Permalink
Merge pull request #103 from JLLeitschuh/fix/JLL/use_https_to_resolve…
Browse files Browse the repository at this point in the history
…_dependencies_gradle

[SECURITY] Use HTTPS to resolve dependencies in Gradle Build
  • Loading branch information
nining377 authored Jul 26, 2022
2 parents 2f6eb31 + 7bbbcb5 commit 2e56bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {

repositories {
maven { url "http://maven.aliyun.com/nexus/content/repositories/jcenter/" }
maven { url "https://maven.aliyun.com/nexus/content/repositories/jcenter/" }
mavenCentral()
jcenter()
google()
Expand All @@ -19,7 +19,7 @@ buildscript {

allprojects {
repositories {
maven { url "http://maven.aliyun.com/nexus/content/repositories/jcenter/" }
maven { url "https://maven.aliyun.com/nexus/content/repositories/jcenter/" }
mavenCentral()
jcenter()
google()
Expand Down

0 comments on commit 2e56bb0

Please sign in to comment.