Skip to content

Commit

Permalink
build(gradle): Prepare for eventually using atlassian.io artifacts
Browse files Browse the repository at this point in the history
This eliminates a source of failure when eventually migrating to the
Jira REST API client version 6.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 17, 2024
1 parent 639a454 commit 67c4807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}

filter {
includeGroupByRegex("com\\.atlassian\\..*")
includeGroupByRegex("(com|io)\\.atlassian\\..*")
includeVersionByRegex("log4j", "log4j", ".*-atlassian-.*")
}
}
Expand Down

0 comments on commit 67c4807

Please sign in to comment.