/
Using only project maven repos with Gradle -DRAFT
Using only project maven repos with Gradle -DRAFT
Problem
While using gradle sealights plugin, sometimes you may need to strictly adhere to using only maven project defined repos to resolve dependencies. Build is unable to get some dependencies when adding sealights gradle plugin as it tries to call out to maven central etc.
Solution
"gradleProjectConfig": {
"useOnlyProjectRepoSection" : true,
"repoConfig": "mavenLocal()"
}
Related content
Sealights Gradle plugin - Command reference
Sealights Gradle plugin - Command reference
More like this
Scanning Builds using the SeaLights Gradle plugin
Scanning Builds using the SeaLights Gradle plugin
More like this
SeaLights Java agent - Command Reference
SeaLights Java agent - Command Reference
Read with this
Gradle - Scanning Builds and Tests using Sealights plugin
Gradle - Scanning Builds and Tests using Sealights plugin
More like this
Scanning Builds and report Unit Tests using SeaLights Gradle plugin (JSON file)
Scanning Builds and report Unit Tests using SeaLights Gradle plugin (JSON file)
More like this