diff --git a/build.gradle b/build.gradle index 4aa905d5c..58a4ad796 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ allprojects { // Needed for some automated and manual testing (e.g: acceptance tests) mavenLocal() //TODO switch to the release version before releasing core SDK - maven { url = "https://s01.oss.sonatype.org/content/repositories/comglia-1323" } + maven { url = "https://s01.oss.sonatype.org/content/repositories/comglia-1326" } } }