Skip to content

Commit

Permalink
ref swagger-api/swagger-codegen/issues/9210 - update http urls to https
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Apr 19, 2019
1 parent c2cedc7 commit 86bf8e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ shadowJar {

repositories {
mavenCentral()
maven { url "http://dl.bintray.com/kotlin/ktor" }
maven { url "https://dl.bintray.com/kotlin/ktor" }
maven { url "https://dl.bintray.com/kotlin/kotlinx" }
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ shadowJar {

repositories {
mavenCentral()
maven { url "http://dl.bintray.com/kotlin/ktor" }
maven { url "https://dl.bintray.com/kotlin/ktor" }
maven { url "https://dl.bintray.com/kotlin/kotlinx" }
}

Expand Down

0 comments on commit 86bf8e9

Please sign in to comment.