Skip to content

Commit

Permalink
use new bintray repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hauner committed Jun 13, 2020
1 parent ff68210 commit 3fa5d35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ repositories {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
maven {
url "https://dl.bintray.com/openapi-processor/primary"
}
maven {
// deprecated but still used
url "https://dl.bintray.com/hauner/openapi-processor"
}
}
Expand Down

0 comments on commit 3fa5d35

Please sign in to comment.