You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./gradlew run -PcustomDistributionUrl="/Users/inpink/Downloads/opensearch0928/OpenSearch/distribution/archives/linux-tar/build/distributions/opensearch-min-3.0.0-SNAPSHOT-linux-x64.tar.gz"
I want to use a custom OpenSearch with the corresponding plugin, but no matter what value I put in customDistributionUrl, it is ignored, and the default OpenSearch 3.0.0 snapshot is loaded.
The text was updated successfully, but these errors were encountered:
Can you try any of the following commands to publish OpenSearch to maven local and CCR plugin will automatically pickup ( if issues persist, maybe refresh gradle cache )
Command: ./gradlew sever:publishToMavenLocal or ./gradlew publishToMavenLocal
Is your feature request related to a problem?
I want to use a custom OpenSearch with the corresponding plugin, but no matter what value I put in customDistributionUrl, it is ignored, and the default OpenSearch 3.0.0 snapshot is loaded.
The text was updated successfully, but these errors were encountered: