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 2
2
3
3
arrow = " 2.1.2"
4
4
assertj = " 3.27.3"
5
- dependencyAnalysis-gradlePlugin = " 2.17 .0"
5
+ dependencyAnalysis-gradlePlugin = " 2.18 .0"
6
6
detekt = " 1.23.8"
7
7
equalsverifier = " 4.0"
8
8
jetbrains-annotations = " 26.0.2"
Original file line number Diff line number Diff line change @@ -6,15 +6,3 @@ dependencies {
6
6
7
7
implementation(projects.subprojects.constantDependencies.constantProducer)
8
8
}
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