Skip to content

Commit

Permalink
bump to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boliza committed Feb 7, 2018
1 parent 52f6a93 commit ad9b1af
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
elasticserachVersion = '6.1.3'
elasticserachVersion = '6.2.0'
hanlpVersion = '1.5.3'
}

Expand All @@ -16,7 +16,7 @@ buildscript {
}

group = 'io.shike'
version = '6.1.3'
version = '6.2.0'

repositories {
mavenLocal()
Expand All @@ -26,11 +26,12 @@ repositories {

apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'elasticsearch.esplugin'

sourceCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_9
targetCompatibility = JavaVersion.VERSION_1_8

apply plugin: 'elasticsearch.esplugin'

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

Expand Down

0 comments on commit ad9b1af

Please sign in to comment.