File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
subprojects/constant-dependencies/constant-consumer Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 22
33arrow = " 2.1.2"
44assertj = " 3.27.3"
5- dependencyAnalysis-gradlePlugin = " 2.17 .0"
5+ dependencyAnalysis-gradlePlugin = " 2.18 .0"
66detekt = " 1.23.8"
77equalsverifier = " 4.0"
88jetbrains-annotations = " 26.0.2"
Original file line number Diff line number Diff line change @@ -6,15 +6,3 @@ dependencies {
66
77 implementation(projects.subprojects.constantDependencies.constantProducer)
88}
9-
10- dependencyAnalysis {
11- issues {
12- onUnusedDependencies {
13- exclude(
14- // Used but reported as unused:
15- // https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1385.
16- " :subprojects:constant-dependencies:constant-producer" ,
17- )
18- }
19- }
20- }
You can’t perform that action at this time.
0 commit comments