We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88619ec commit 114c42aCopy full SHA for 114c42a
client/sniffer/build.gradle
@@ -20,8 +20,8 @@ apply plugin: 'elasticsearch.build'
20
apply plugin: 'nebula.maven-base-publish'
21
apply plugin: 'nebula.maven-scm'
22
23
-targetCompatibility = JavaVersion.VERSION_1_7
24
-sourceCompatibility = JavaVersion.VERSION_1_7
+targetCompatibility = JavaVersion.VERSION_1_8
+sourceCompatibility = JavaVersion.VERSION_1_8
25
26
group = 'org.elasticsearch.client'
27
archivesBaseName = 'elasticsearch-rest-client-sniffer'
client/test/build.gradle
@@ -18,8 +18,8 @@
18
*/
19
apply plugin: 'elasticsearch.build'
group = "${group}.client.test"
0 commit comments