FAILURE: Build failed with an exception. Required by:hadoop-nna-util:unspecified · Issue #321 · paypal/NNAnalytics · GitHub
More Web Proxy on the site http://driver.im/
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
need to add maven repo in build.grade
maven { url = "https://plugins.gradle.org/m2/" }
like as:
buildscript {
repositories {
maven { url = "https://jcenter.bintray.com" }
maven { url = "https://repo.maven.apache.org/maven2" }
maven { url = "https://plugins.gradle.org/m2/" }
}
Build ERROR :
FAILURE: Build failed with an exception.
A problem occurred configuring root project 'hadoop-nna-util'.
The text was updated successfully, but these errors were encountered: