Could not find org.elasticsearch.gradle:build-tools:8.12.0-SNAPSHOT

when i enter into ~/elasticsearch-8.12.0/plugins/examples/rescore, and use command gradle bundlePlugin to compile the plugin, there are some wrong:

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring root project 'examples'.

Could not resolve all files for configuration ':classpath'.
Could not find org.elasticsearch.gradle:build-tools:8.12.0-SNAPSHOT.
Searched in the following locations:

can you help me?
thank you very much

Could not find org.elasticsearch.gradle:build-tools:8.12.0-SNAPSHOT.
Searched in the following locations:
- https[://]snapshots[.]elastic[.]co/maven/org/elasticsearch/gradle/build-tools/8.12.0-SNAPSHOT/maven-metadata.xml
- https[://]snapshots[.]elastic[.]co/maven/org/elasticsearch/gradle/build-tools/8.12.0-SNAPSHOT/build-tools-8.12.0-SNAPSHOT.pom
- https[://]repo[.]maven.apache[.]org/maven2/org/elasticsearch/gradle/build-tools/8.12.0-SNAPSHOT/maven-metadata.xml
- https[://]repo[.]maven.apache[.]org/maven2/org/elasticsearch/gradle/build-tools/8.12.0-SNAPSHOT/build-tools-8.12.0-SNAPSHOT.pom
Required by:
project :

Welcome!

Just to make sure. You checked out the git repo and then switched to the 8.12.3 tag?
What did you do exactly?

My guess is that you probably need to fix the version so you don't depend on a SNAPSHOT...

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.