File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ apply plugin: 'elasticsearch.build'
22
22
apply plugin : ' nebula.maven-base-publish'
23
23
apply plugin : ' nebula.maven-scm'
24
24
25
- targetCompatibility = JavaVersion . VERSION_1_7
26
- sourceCompatibility = JavaVersion . VERSION_1_7
25
+ targetCompatibility = JavaVersion . VERSION_1_8
26
+ sourceCompatibility = JavaVersion . VERSION_1_8
27
27
28
28
group = ' org.elasticsearch.client'
29
29
archivesBaseName = ' elasticsearch-rest-client'
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ apply plugin: 'elasticsearch.build'
20
20
apply plugin : ' nebula.maven-base-publish'
21
21
apply plugin : ' nebula.maven-scm'
22
22
23
- targetCompatibility = JavaVersion . VERSION_1_7
24
- sourceCompatibility = JavaVersion . VERSION_1_7
23
+ targetCompatibility = JavaVersion . VERSION_1_8
24
+ sourceCompatibility = JavaVersion . VERSION_1_8
25
25
26
26
group = ' org.elasticsearch.client'
27
27
archivesBaseName = ' elasticsearch-rest-client-sniffer'
Original file line number Diff line number Diff line change 18
18
*/
19
19
apply plugin : ' elasticsearch.build'
20
20
21
- targetCompatibility = JavaVersion . VERSION_1_7
22
- sourceCompatibility = JavaVersion . VERSION_1_7
21
+ targetCompatibility = JavaVersion . VERSION_1_8
22
+ sourceCompatibility = JavaVersion . VERSION_1_8
23
23
24
24
group = " ${ group} .client.test"
25
25
You can’t perform that action at this time.
0 commit comments