Skip to content

Commit

Permalink
build(gradle): Remove an unneeded artifact version filter
Browse files Browse the repository at this point in the history
This is a fixup for 5dcde82.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Dec 17, 2024
1 parent 256bc5c commit 253d24c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ repositories {

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

Expand Down

0 comments on commit 253d24c

Please sign in to comment.