Skip to content

Commit a51324e

Browse files
committed
Added snapshot repository until we release 2.7.0 of springfox
related to #6
1 parent 1062799 commit a51324e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ allprojects {
99
version = '1.0.0-SNAPSHOT'
1010

1111
repositories {
12-
jcenter()
1312
mavenLocal()
13+
jcenter()
14+
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local/' }
1415
mavenCentral()
1516
}
1617

0 commit comments

Comments
 (0)