Skip to content

Conversation

@boolivar
Copy link

@boolivar boolivar commented Dec 3, 2025

NexusExtension with ANALYZER_NEXUS_USER and ANALYZER_NEXUS_PASSWORD settings for dependencyCheck tasks.

Also AnalyzerExtension updated to Gradle managed for proper DSL support i.e.

dependencyCheck {
    analyzers {
        nexus {
            enabled = true
            url = "https://nexus.local"
            username = nexusUser
            password = nexusPass
        }
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant