Skip to content

Commit 3213565

Browse files
coopernetesclaude
andcommitted
fix: remove retiredEnabled - property does not exist in AnalyzerExtension
The docs reference retiredEnabled but it is not a property in the actual plugin source for v12.2.0. Removing it to unblock the build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fe8197f commit 3213565

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

build.gradle

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@ allprojects {
1717
url 'https://repo.eclipse.org/content/groups/releases/'
1818
}
1919
}
20-
}
20+
dependencyCheck {
21+
nvd.apiKey = System.getenv("NVD_API_KEY")
22+
failBuildOnCVSS = 5
23+
suppressionFile = rootProject.file('gradle-suppressions.xml').toString()
2124

22-
dependencyCheck {
23-
nvd.apiKey = System.getenv("NVD_API_KEY")
24-
failBuildOnCVSS = 5
25-
suppressionFile = rootProject.file('gradle-suppressions.xml').toString()
26-
analyzers {
27-
retiredEnabled = true
2825
}
2926
}
3027

28+
3129
subprojects {
3230
apply plugin: 'com.diffplug.spotless'
3331

0 commit comments

Comments
 (0)