Skip to content

Commit a4ffc96

Browse files
authored
Merge pull request #1812 from ClickHouse/fix_example_build
Fix example build & sonar
2 parents 24b09c3 + d9d61b7 commit a4ffc96

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ jobs:
5454
uses: actions/setup-java@v4
5555
with:
5656
distribution: "temurin"
57-
java-version: |
58-
8
59-
17
57+
java-version: 17
6058
cache: "maven"
6159
- name: Setup Toolchain
6260
shell: bash
@@ -90,13 +88,13 @@ jobs:
9088
- name: Build and install
9189
run: |
9290
find . -type f -name "simplelogger.*" -exec rm -fv '{}' \;
93-
mvn -q --batch-mode --projects '!clickhouse-benchmark' -DclickhouseVersion=$PREFERRED_LTS_VERSION \
91+
mvn -q --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
9492
-DskipTests install
9593
- name: Analyze
9694
env:
9795
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
9896
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
9997
run: |
100-
mvn --batch-mode --projects '!clickhouse-benchmark' -DclickhouseVersion=$PREFERRED_LTS_VERSION \
98+
mvn --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
10199
-Panalysis verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
102100
continue-on-error: true

examples/demo-service/src/test/java/com/clickhouse/.keep

Whitespace-only changes.

examples/demo-service/src/test/java/com/clickhouse/demo_service/DemoServiceApplicationTests.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)