Skip to content

Commit

Permalink
Merge pull request #365 from swagger-api/ticket-9210
Browse files Browse the repository at this point in the history
ref swagger-api/swagger-codegen/issues/9210 - update http urls to https
  • Loading branch information
frantuma authored Apr 19, 2019
2 parents c2cedc7 + 86bf8e9 commit 8d2b70d
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 8d2b70d

Please # to comment.