p4paul
(Paul Allen)
July 16, 2021, 12:08pm
1
It seems a few Jars are missing in mavenCentral....
To start with: org.elasticsearch.test:logger-usage:7.10.2
I was trying to build a esplugin for Elastic 7.10.2
Error:
Execution failed for task ':loggerUsageCheck'.
Could not resolve all files for configuration ':loggerUsagePlugin'.
Could not find org.elasticsearch.test:logger-usage:7.10.2.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/elasticsearch/test/logger-usage/7.10.2/logger-usage-7.10.2.pom
- https://jcenter.bintray.com/org/elasticsearch/test/logger-usage/7.10.2/logger-usage-7.10.2.pom
p4paul
(Paul Allen)
July 16, 2021, 4:57pm
2
Looks like the artifacts were never published on mavenCentral before the plug was pulled on JCenter.
Work around as described here: Some artifacts weren't released for 7.10.0 · Issue #65247 · elastic/elasticsearch · GitHub
loggerUsageCheck.enabled = false
spinscale
(Alexander Reelsen)
July 19, 2021, 9:48am
3
Indeed, some tasks are not anymore available for newer plugins due to changes in the packaging, see Expose only a subset of precommit tasks to 3rd party developers · Issue #63697 · elastic/elasticsearch · GitHub
hope this helps!
system
(system)
Closed
August 16, 2021, 9:49am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.