You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run gradle downloadLicenses I get the following error:
$ gradle downloadLicenses
:downloadLicenses FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':downloadLicenses'.
> Could not resolve all dependencies for configuration 'detachedConfiguration51'.
> Could not download artifact ':ojdbc6:11.2.0.3:ojdbc6.pom'
> Artifact ':ojdbc6:11.2.0.3:ojdbc6.pom' not found.
The text was updated successfully, but these errors were encountered:
We have a project where one of the JARs we are relying is not available in any Maven repository (ojdbc6) so we are referencing locally:
When I run
gradle downloadLicenses
I get the following error:The text was updated successfully, but these errors were encountered: