Skip to content

Commit 143a193

Browse files
committed
Upgraded DAGP to 2.18.0 (appears to fix autonomousapps/dependency-analysis-gradle-plugin#1385).
1 parent 6aad60e commit 143a193

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
arrow = "2.1.2"
44
assertj = "3.27.3"
5-
dependencyAnalysis-gradlePlugin = "2.17.0"
5+
dependencyAnalysis-gradlePlugin = "2.18.0"
66
detekt = "1.23.8"
77
equalsverifier = "4.0"
88
jetbrains-annotations = "26.0.2"

subprojects/constant-dependencies/constant-consumer/build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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-
}

0 commit comments

Comments
 (0)