i want develop my ingest plugin and install it to opensearch. i clone the template and run gradle, it says
Could not resolve org.opensearch.gradle:build-tools:1.1.0.
Required by:
project :
No matching variant of org.opensearch.gradle:build-tools:1.1.0 was found. The consumer was configured to find a runtime of a library compatible with Java 8, packaged as a jar, and its dependencies declared externally but:
- Variant ‘apiElements’ capability org.opensearch.gradle:build-tools:1.1.0 declares a library, packaged as a jar, and its dependencies declared externally:
- Incompatible because this component declares an API of a component compatible with Java 10 and the consumer needed a runtime of a component compatible with Java 8
- Variant ‘runtimeElements’ capability org.opensearch.gradle:build-tools:1.1.0 declares a runtime of a library, packaged as a jar, and its dependencies declared externally:
- Incompatible because this component declares a component compatible with Java 10 and the consumer needed a component compatible with Java 8
- Variant ‘testFixturesApiElements’ capability org.opensearch.gradle:build-tools-test-fixtures:1.1.0 declares a library, packaged as a jar, and its dependencies declared externally:
- Incompatible because this component declares an API of a component compatible with Java 10 and the consumer needed a runtime of a component compatible with Java 8
- Variant ‘testFixturesRuntimeElements’ capability org.opensearch.gradle:build-tools-test-fixtures:1.1.0 declares a runtime of a library, packaged as a jar, and its dependencies declared externally: