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 e9df312 commit 471459cCopy full SHA for 471459c
x-pack/plugin/sql/sql-cli/build.gradle
@@ -46,6 +46,7 @@ tasks.named("shadowJar").configure {
46
manifest {
47
attributes 'Main-Class': 'org.elasticsearch.xpack.sql.cli.Cli'
48
}
49
+ exclude '/org/apache/logging/log4j/core/lookup/JndiLookup.class'
50
51
52
tasks.named('forbiddenApisMain').configure {
0 commit comments