From d5e761bcf8dff959ee7c0720d8269aed633b88d4 Mon Sep 17 00:00:00 2001 From: Jose Castro Date: Thu, 20 Jun 2024 13:56:23 -0600 Subject: [PATCH] chore(redis-session-manager) dotCMS/core#28863 : Redis implementation should support ACL (username + password) authentication --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4486634..22b0796 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ tasks.withType(JavaCompile) { // Artifactory configuration artifactory { - contextUrl = 'https://repo.dotcms.com/ui/repos/tree/General' + contextUrl = 'https://repo.dotcms.com/artifactory' publish { repository { repoKey = 'libs-release-local'