We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1825395 commit 364a68bCopy full SHA for 364a68b
build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
ext {
3
- elasticserachVersion = '6.1.4'
+ elasticserachVersion = '6.2.3'
4
hanlpVersion = '1.5.3'
5
}
6
@@ -16,7 +16,7 @@ buildscript {
16
17
18
group = 'io.shike'
19
-version = '6.1.4'
+version = '6.2.3'
20
21
repositories {
22
mavenLocal()
@@ -28,8 +28,8 @@ apply plugin: 'java'
28
apply plugin: 'idea'
29
apply plugin: 'elasticsearch.esplugin'
30
31
-sourceCompatibility = JavaVersion.VERSION_1_8
32
-targetCompatibility = JavaVersion.VERSION_1_8
+sourceCompatibility = JavaVersion.VERSION_1_9
+targetCompatibility = JavaVersion.VERSION_1_9
33
34
licenseFile = rootProject.file('LICENSE.txt')
35
noticeFile = rootProject.file('NOTICE.txt')
0 commit comments