exclude java

Signed-off-by: Julio Jimenez <julio@clickhouse.com>
This commit is contained in:
Julio Jimenez 2022-10-31 16:53:58 -04:00
parent 440cc51a7e
commit 439ddc2bf7
No known key found for this signature in database
GPG Key ID: 10FEC931E64B8FC7

View File

@ -175,4 +175,5 @@ jobs:
--define sonar.host.url="${{ env.SONAR_SERVER_URL }}" \
--define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \
--define sonar.projectKey="ClickHouse_ClickHouse" \
--define sonar.organization="clickhouse-java"
--define sonar.organization="clickhouse-java" \
--define sonar.exclusions="**/*.java"