Skip to content

Commit

Permalink
Update to Elasticsearch 7.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed Sep 2, 2021
1 parent 45243dc commit 7affad5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This plugin is also intended to show you, that using gradle as a build system ma

| ES | Command |
| ----- | ------- |
| 7.14.1 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-opennlp/releases/download/7.14.1.1/ingest-opennlp-7.14.1.1.zip` |
| 7.14.0 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-opennlp/releases/download/7.14.0.1/ingest-opennlp-7.14.0.1.zip` |
| 7.13.4 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-opennlp/releases/download/7.13.4.1/ingest-opennlp-7.13.4.1.zip` |
| 7.13.3 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-opennlp/releases/download/7.13.3.1/ingest-opennlp-7.13.3.1.zip` |
Expand Down
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ githubRelease.doFirst {
token = System.getProperty('GITHUB_TOKEN')
tagName = currentVersion
assets = [ filename ]
targetCommitish = 'main'
}
}

Expand Down Expand Up @@ -166,14 +167,6 @@ dependencies {
restTestSpecs "org.elasticsearch:rest-api-spec:$elasticsearchVersion"
}

// remove when 7.14.1 is released
tasks.withType(Test).configureEach { testTask ->
testTask.systemProperties 'gradle.dist.lib': "${gradle.gradleHomeDir}/lib",
'gradle.worker.jar': "${gradle.gradleUserHomeDir}/caches/${gradle.gradleVersion}/workerMain/gradle-worker.jar",
'tests.gradle': 'true',
'tests.task': testTask.path
}

// This will be available in 7.15 in build tools and not manually declared.
public class SystemPropertyCommandLineArgumentProvider implements CommandLineArgumentProvider {
private final Map<String, Object> systemProperties = new LinkedHashMap<>();
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
elasticsearchVersion = 7.14.0
elasticsearchVersion = 7.14.1

0 comments on commit 7affad5

Please sign in to comment.