File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed
examples/demo-service/src/test/java/com/clickhouse Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments