This repository was archived by the owner on Oct 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Note that Elasticsearch has native support for langdetection nowadays using the
10
10
11
11
| ES | Command |
12
12
| ----- | ------- |
13
+ | 7.7.1 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.7.1.1/ingest-langdetect-7.7.1.1.zip ` |
13
14
| 7.7.0 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.7.0.1/ingest-langdetect-7.7.0.1.zip ` |
14
15
| 7.6.2 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.6.2.1/ingest-langdetect-7.6.2.1.zip ` |
15
16
| 7.6.1 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.6.1.1/ingest-langdetect-7.6.1.1.zip ` |
@@ -29,6 +30,7 @@ Note that Elasticsearch has native support for langdetection nowadays using the
29
30
| 7.1.0 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.1.0.1/ingest-langdetect-7.1.0.1.zip ` |
30
31
| 7.0.1 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.0.1.1/ingest-langdetect-7.0.1.1.zip ` |
31
32
| 7.0.0 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.0.0.1/ingest-langdetect-7.0.0.1.zip ` |
33
+ | 6.8.10 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.10.1/ingest-langdetect-6.8.10.1.zip ` |
32
34
| 6.8.9 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.9.1/ingest-langdetect-6.8.9.1.zip ` |
33
35
| 6.8.8 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.8.1/ingest-langdetect-6.8.8.1.zip ` |
34
36
| 6.8.7 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.7.1/ingest-langdetect-6.8.7.1.zip ` |
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ dependencies {
53
53
54
54
dependencyLicenses. enabled = false
55
55
thirdPartyAudit. enabled = false
56
+ validateNebulaPom. enabled = false
57
+ licenseHeaders. enabled = false
56
58
57
59
githubRelease. doFirst {
58
60
if (! System . getProperty(' GITHUB_TOKEN' , ' ' )) {
Original file line number Diff line number Diff line change 1
- elasticsearchVersion = 7.7.0
1
+ elasticsearchVersion = 7.7.1
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments