Skip to content

Commit c4696c0

Browse files
authored
docs: add note about central analyzer for gradle (#8038)
1 parent a8e00c8 commit c4696c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/site/markdown/analyzers/central-analyzer.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ is found in the configured Nexus repository, its GAV is recorded as an Identifie
88
and the Group is collected as Vendor evidence, the Artifact is collected as Product
99
evidence, and the Version is collected as Version evidence.
1010

11+
By default, this analyzer is disabled in the Maven Plugin and Gradle Task. However,
12+
if your Gradle build relies on scanning non-Gradle artifacts or archives from other
13+
ecosystems that contain jars, consider re-enabling the Central Analyzer using
14+
`analyzers.centralEnabled=true`, or use the Nexus/Artifactory analyzers as an
15+
alternative to improve identification of JARs utilized outside the normal gradle
16+
Java plugin.
17+
1118
[1]: http://search.maven.org/ "Maven Central"

0 commit comments

Comments
 (0)