File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 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'
2222apply plugin : ' nebula.maven-base-publish'
2323apply plugin : ' nebula.maven-scm'
2424
25- targetCompatibility = JavaVersion . VERSION_1_7
26- sourceCompatibility = JavaVersion . VERSION_1_7
25+ targetCompatibility = JavaVersion . VERSION_1_8
26+ sourceCompatibility = JavaVersion . VERSION_1_8
2727
2828group = ' org.elasticsearch.client'
2929archivesBaseName = ' elasticsearch-rest-client'
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ apply plugin: 'elasticsearch.build'
2020apply plugin : ' nebula.maven-base-publish'
2121apply plugin : ' nebula.maven-scm'
2222
23- targetCompatibility = JavaVersion . VERSION_1_7
24- sourceCompatibility = JavaVersion . VERSION_1_7
23+ targetCompatibility = JavaVersion . VERSION_1_8
24+ sourceCompatibility = JavaVersion . VERSION_1_8
2525
2626group = ' org.elasticsearch.client'
2727archivesBaseName = ' elasticsearch-rest-client-sniffer'
Original file line number Diff line number Diff line change 1818 */
1919apply plugin : ' elasticsearch.build'
2020
21- targetCompatibility = JavaVersion . VERSION_1_7
22- sourceCompatibility = JavaVersion . VERSION_1_7
21+ targetCompatibility = JavaVersion . VERSION_1_8
22+ sourceCompatibility = JavaVersion . VERSION_1_8
2323
2424group = " ${ group} .client.test"
2525
You can’t perform that action at this time.
0 commit comments