Skip to content

Commit

Permalink
elasticsearch 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdauletau committed Feb 15, 2018
1 parent 5997d5d commit 2676a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,8 @@ Elasticsearch custom similarity plugin to calculate score based on term position

./gradlew clean assemble

Note, that versions 6.2.x require Java 9.

## Install

Run ./scripts/install-plugin.sh
Expand Down
6 changes: 0 additions & 6 deletions build.gradle
Expand Up @@ -25,9 +25,6 @@ buildscript {
apply plugin: 'idea'
apply plugin: 'elasticsearch.esplugin'

// TODO: will be fixed in 6.0
ext.projectSubstitutions = [:]

licenseFile = rootProject.file('LICENSE.txt')
noticeFile = rootProject.file('NOTICE.txt')

Expand All @@ -44,6 +41,3 @@ esplugin {

test.enabled = false
integTest.enabled = false

// TODO: temporary workaround until it's fixed in elasticsearch
thirdPartyAudit.enabled = false

0 comments on commit 2676a23

Please sign in to comment.