Skip to content

Commit 90caafb

Browse files
committed
Attempt to resolve okhttp-digest from JCenter
1 parent 37f9b32 commit 90caafb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ buildscript {
44
repositories {
55
mavenCentral()
66
gradlePluginPortal()
7+
jcenter() {
8+
content {
9+
includeGroup('com.burgstaller')
10+
}
11+
}
712
maven { url 'https://repo.spring.io/plugins-release' }
813
if (version.endsWith('SNAPSHOT')) {
914
maven { url 'https://repo.spring.io/snapshot' }

0 commit comments

Comments
 (0)