Skip to content

Commit

Permalink
Merge pull request #20 from WadeBarnes/fix/maven-repository-referance
Browse files Browse the repository at this point in the history
Update maven repository URL
  • Loading branch information
WadeBarnes authored Jan 16, 2020
2 parents d4c647f + 6b3bda5 commit 6a5701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
repositories {
repositories {
maven {
url "http://repo1.maven.org/maven2/"
url "https://repo1.maven.org/maven2/"
}
maven {
url "https://plugins.gradle.org/m2/"
Expand Down

0 comments on commit 6a5701e

Please sign in to comment.