We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1f337 commit 6ecb9e3Copy full SHA for 6ecb9e3
samples/restdocs-api-spec-sample/build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
}
5
repositories {
6
mavenCentral()
7
- maven { url "https://dl.bintray.com/epages/maven" }
+ jcenter()
8
maven { url "https://jitpack.io" }
9
maven { url "https://plugins.gradle.org/m2/" }
10
@@ -24,7 +24,6 @@ sourceCompatibility = 1.8
24
25
26
jcenter()
27
- maven { url = "https://dl.bintray.com/epages/maven" }
28
29
30
ext {
0 commit comments