Skip to content

Commit 643d8fd

Browse files
committed
Исключил commons-logging.
1 parent ac8f88b commit 643d8fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ val isSnapshot = gitVersioning.gitVersionDetails.refType != GitRefType.TAG
5454

5555
val languageToolVersion = "6.1"
5656

57+
allprojects {
58+
configurations {
59+
all {
60+
exclude(group = "commons-logging")
61+
}
62+
}
63+
}
64+
5765
dependencyManagement {
5866
imports {
5967
mavenBom("io.sentry:sentry-bom:6.25.2")

0 commit comments

Comments
 (0)