Skip to content

Upgrading external plugins to 7.3.1 fails #45891

@spinscale

Description

@spinscale

This looks somewhat similar to #45073

Elasticsearch version (bin/elasticsearch --version): 7.3.1

Description of the problem including expected versus actual behavior:

Running ./gradlew clean check in an external plugin that uses 7.3.1 as dependency returns with this error

./gradlew clean check

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':copyRestSpec'.
> Could not resolve all files for configuration ':restSpec'.
   > Could not find org.elasticsearch.rest-api-spec:7.3.1:.
     Required by:
         project :

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 982ms

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions