Skip to content

Commit 88619ec

Browse files
committed
Drop support for the low-level REST client on JDK 7
This commit bumps the minimum compiler version on the low-level REST client to JDK 8.
1 parent 3bf8e24 commit 88619ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/rest/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ apply plugin: 'elasticsearch.build'
2222
apply plugin: 'nebula.maven-base-publish'
2323
apply 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

2828
group = 'org.elasticsearch.client'
2929
archivesBaseName = 'elasticsearch-rest-client'

0 commit comments

Comments
 (0)