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()" }