We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910b501 commit 36501ecCopy full SHA for 36501ec
build.gradle.kts
@@ -35,6 +35,12 @@ dependencyAnalysis {
35
}
36
37
38
+ usage {
39
+ analysis {
40
+ checkSuperClasses(true)
41
+ }
42
43
+ useTypesafeProjectAccessors(true)
44
45
46
tasks {
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
3
arrow = "2.0.1"
4
assertj = "3.27.3"
5
-dependency-analysis-gradle-plugin = "2.15.0"
+dependency-analysis-gradle-plugin = "2.16.0"
6
detekt = "1.23.7"
7
equalsverifier = "3.19.3"
8
jetbrains-annotations = "26.0.2"
0 commit comments