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 66f279b commit bcc5f41Copy full SHA for bcc5f41
build.gradle.kts
@@ -37,6 +37,12 @@ dependencyAnalysis {
37
}
38
39
40
+ usage {
41
+ analysis {
42
+ checkSuperClasses(true)
43
+ }
44
45
+ useTypesafeProjectAccessors(true)
46
47
48
tasks {
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
3
assertj = "3.27.3"
4
-dependency-analysis-gradle-plugin = "2.15.0"
+dependency-analysis-gradle-plugin = "2.16.0"
5
jetbrains-annotations = "23.0.0"
6
jackson = "2.18.3"
7
jackson-kogera = "2.18.3-beta19"
0 commit comments