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 c8f3b7a commit 50e4f3fCopy full SHA for 50e4f3f
1 file changed
java-client/build.gradle.kts
@@ -56,6 +56,10 @@ forbiddenApis {
56
suppressAnnotations = setOf("co.elastic.clients.util.AllowForbiddenApis")
57
}
58
59
+tasks.compileJava {
60
+ options.release.set(8)
61
+}
62
+
63
tasks.forbiddenApisMain {
64
bundledSignatures = setOf("jdk-system-out")
65
0 commit comments