File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,14 @@ jobs:
9292 - name : Build and install
9393 run : |
9494 find . -type f -name "simplelogger.*" -exec rm -fv '{}' \;
95- mvn -q --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
95+ mvn -q --no-transfer-progress -- batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
9696 -DskipTests install
9797 - name : Analyze
9898 env :
9999 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
100100 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
101101 run : |
102- mvn --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
102+ mvn -fn --no-transfer-progress - -batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
103103 -Panalysis verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=ClickHouse_clickhouse-java
104104 continue-on-error : true
105105 - name : Generate and post coverage report
You can’t perform that action at this time.
0 commit comments