Skip to content

Commit 364a68b

Browse files
committed
release 6.2.3
1 parent 1825395 commit 364a68b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
elasticserachVersion = '6.1.4'
3+
elasticserachVersion = '6.2.3'
44
hanlpVersion = '1.5.3'
55
}
66

@@ -16,7 +16,7 @@ buildscript {
1616
}
1717

1818
group = 'io.shike'
19-
version = '6.1.4'
19+
version = '6.2.3'
2020

2121
repositories {
2222
mavenLocal()
@@ -28,8 +28,8 @@ apply plugin: 'java'
2828
apply plugin: 'idea'
2929
apply plugin: 'elasticsearch.esplugin'
3030

31-
sourceCompatibility = JavaVersion.VERSION_1_8
32-
targetCompatibility = JavaVersion.VERSION_1_8
31+
sourceCompatibility = JavaVersion.VERSION_1_9
32+
targetCompatibility = JavaVersion.VERSION_1_9
3333

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

0 commit comments

Comments
 (0)