This could alter how non-Gnag dependencies are resolved within the host project. Better solutions may be:
identify cases where the embedded tools are not available within any existing repository, and prompt the user to update their own build.gradle files accordingly.
identify cases where the embedded tools are not available within any existing repository, and automatically add mavenCentral or jCenter to the repository list only in that case.
In
GnagPlugin.groovy
:This could alter how non-Gnag dependencies are resolved within the host project. Better solutions may be:
identify cases where the embedded tools are not available within any existing repository, and prompt the user to update their own build.gradle files accordingly.
identify cases where the embedded tools are not available within any existing repository, and automatically add mavenCentral or jCenter to the repository list only in that case.