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:
92
92
- name : Build and install
93
93
run : |
94
94
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 \
96
96
-DskipTests install
97
97
- name : Analyze
98
98
env :
99
99
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
100
100
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
101
101
run : |
102
- mvn --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
102
+ mvn -fn --no-transfer-progress - -batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
103
103
-Panalysis verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=ClickHouse_clickhouse-java
104
104
continue-on-error : true
105
105
- name : Generate and post coverage report
You can’t perform that action at this time.
0 commit comments