From 67c4807fe39f6459b78501a45bf5de28834d4df6 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 17 Jul 2024 11:52:09 +0200 Subject: [PATCH] build(gradle): Prepare for eventually using `atlassian.io` artifacts This eliminates a source of failure when eventually migrating to the Jira REST API client version 6. Signed-off-by: Sebastian Schuberth --- buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts b/buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts index 208c84f7079b2..8b72674c3628d 100644 --- a/buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts @@ -26,7 +26,7 @@ repositories { } filter { - includeGroupByRegex("com\\.atlassian\\..*") + includeGroupByRegex("(com|io)\\.atlassian\\..*") includeVersionByRegex("log4j", "log4j", ".*-atlassian-.*") } }