This repository was archived by the owner on Oct 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed
Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Uses the [langdetect](https://github.com/YouCruit/language-detection/) plugin to
66
77| ES | Command |
88| ----- | ------- |
9+ | 7.3.0 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.3.0.1/ingest-langdetect-7.3.0.1.zip ` |
910| 7.2.1 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.2.1.1/ingest-langdetect-7.2.1.1.zip ` |
1011| 7.2.0 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.2.0.1/ingest-langdetect-7.2.0.1.zip ` |
1112| 7.1.1 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.1.1.1/ingest-langdetect-7.1.1.1.zip ` |
Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ plugins {
1616 id " co.riiid.gradle" version " 0.4.2"
1717}
1818
19+ // remove this again after 7.3.0
20+ configurations. all {
21+ resolutionStrategy. dependencySubstitution {
22+ substitute project(' :rest-api-spec' ) with module (" org.elasticsearch:rest-api-spec:${ elasticsearchVersion} " )
23+ }
24+ }
25+
1926group = ' de.spinscale.elasticsearch.plugin'
2027version = " ${ elasticsearchVersion} .1-SNAPSHOT"
2128
Original file line number Diff line number Diff line change 1- elasticsearchVersion = 7.2.1
1+ elasticsearchVersion = 7.3.0
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.5 .1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11rootProject. name = ' ingest-langdetect'
2+ // remove this again after 7.3.0
3+ include ' :rest-api-spec'
You can’t perform that action at this time.
0 commit comments