Attempt to resolve okhttp-digest from JCenter

This commit is contained in:
Artem Bilan
2022-11-08 10:14:59 -05:00
parent 37f9b32033
commit 90caafb697

View File

@@ -4,6 +4,11 @@ buildscript {
repositories {
mavenCentral()
gradlePluginPortal()
jcenter() {
content {
includeGroup('com.burgstaller')
}
}
maven { url 'https://repo.spring.io/plugins-release' }
if (version.endsWith('SNAPSHOT')) {
maven { url 'https://repo.spring.io/snapshot' }