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.
okhttp-digest
1 parent 37f9b32 commit 90caafbCopy full SHA for 90caafb
build.gradle
@@ -4,6 +4,11 @@ buildscript {
4
repositories {
5
mavenCentral()
6
gradlePluginPortal()
7
+ jcenter() {
8
+ content {
9
+ includeGroup('com.burgstaller')
10
+ }
11
12
maven { url 'https://repo.spring.io/plugins-release' }
13
if (version.endsWith('SNAPSHOT')) {
14
maven { url 'https://repo.spring.io/snapshot' }
0 commit comments