NNAnalytics icon indicating copy to clipboard operation
NNAnalytics copied to clipboard

FAILURE: Build failed with an exception. Required by:hadoop-nna-util:unspecified

Open KevinLu233 opened this issue 7 months ago • 1 comments

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.

  • What went wrong: A problem occurred configuring root project 'hadoop-nna-util'.

Could not resolve all dependencies for configuration ':classpath'. Could not find net.nemerosa:versioning:2.7.1. Searched in the following locations: https://jcenter.bintray.com/net/nemerosa/versioning/2.7.1/versioning-2.7.1.pom https://jcenter.bintray.com/net/nemerosa/versioning/2.7.1/versioning-2.7.1.jar https://repo.maven.apache.org/maven2/net/nemerosa/versioning/2.7.1/versioning-2.7.1.pom https://repo.maven.apache.org/maven2/net/nemerosa/versioning/2.7.1/versioning-2.7.1.jar Required by: :hadoop-nna-util:unspecified

KevinLu233 avatar Mar 06 '25 03:03 KevinLu233