Skip to content

Commit 515dda4

Browse files
committed
Updated ci
1 parent 39f90b8 commit 515dda4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ jobs:
7171
7272
- name: SonarQube Scan (Pull Request)
7373
if: matrix.jdk == '11' && github.event_name == 'pull_request'
74-
env:
75-
SONARQUBE_HOST_URL: ${{ vars.SONARQUBE_HOST }}
76-
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
77-
MAVEN_OPTS: '-XX:+PrintCommandLineFlags -XX:ThreadStackSize=65536 -XX:-TieredCompilation -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn'
7874
run: |
7975
mvn --batch-mode clean verify sonar:sonar \
8076
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }} \

0 commit comments

Comments
 (0)