This is an automated email from the ASF dual-hosted git repository.
sunnianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new a48b5101898 Refactor : remove some params (#25559)
a48b5101898 is described below
commit a48b51018989ac12e0f3c2eec02620f4cae7c544
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Wed May 10 22:41:40 2023 +0800
Refactor : remove some params (#25559)
Co-authored-by: shardingsphere <[email protected]>
---
.github/workflows/check-sonarcloud.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/check-sonarcloud.yml
b/.github/workflows/check-sonarcloud.yml
index 1614c213b7c..0f6e4b65073 100644
--- a/.github/workflows/check-sonarcloud.yml
+++ b/.github/workflows/check-sonarcloud.yml
@@ -64,9 +64,8 @@ jobs:
key: ${{ env.CACHE_PREFIX }}-maven-third-party-${{
hashFiles('**/pom.xml') }}
restore-keys: |
${{ env.CACHE_PREFIX }}-maven-third-party-
- - name: Build and analyze
+ - name: Analyze
env:
- MAVEN_OPTS: "-XX:+UseG1GC -XX:InitialHeapSize=2g -XX:MaxHeapSize=6g
-XX:+UseStringDeduplication"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
run: ./mvnw -B verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=apache_shardingsphere -Dmaven.javadoc.skip=true
-Drat.skip=true -Djacoco.skip=true -DskipTests