You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2020/03/22 15:14:06 UTC

[groovy] 01/01: Rename the project name of sonarcloud via command line

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch rename-sonarcloud-project
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 077716fc15b0ab0763b3ce7e2a6ee8827a3f2bd5
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Mar 22 23:13:47 2020 +0800

    Rename the project name of sonarcloud via command line
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a2decd9..d4a3f5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,7 +63,7 @@ before_script:
 
 script:
   - ./gradlew -version
-  - if [ "$BC" == "legacy" ]; then travis_wait 60 ./gradlew test; elif [ "$BC" == "sonar" ]; then travis_wait 60 ./gradlew sonarqube -Dsonar.login=$SONAR_LOGIN -Pcoverage=true -x testWithIndy; else travis_wait 60 ./gradlew testWithIndy; fi
+  - if [ "$BC" == "legacy" ]; then travis_wait 60 ./gradlew test; elif [ "$BC" == "sonar" ]; then travis_wait 60 ./gradlew sonarqube -Dsonar.projectName="Apache Groovy" -Dsonar.login=$SONAR_LOGIN -Pcoverage=true -x testWithIndy; else travis_wait 60 ./gradlew testWithIndy; fi
 
 # As recommended in:
 # https://docs.travis-ci.com/user/languages/java/#Caching