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/10/21 00:10:37 UTC

[groovy] 03/03: Skip sonar scanning for now

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

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 1a654fc214c6da0acec8b8596911cd1d1faff730
Author: Daniel Sun <su...@apache.org>
AuthorDate: Wed Oct 21 08:10:02 2020 +0800

    Skip sonar scanning for now
    
    ```
    > Task :sonarqube FAILED
    FAILURE: Build failed with an exception.
    * What went wrong:
    Execution failed for task ':sonarqube'.
    > File src/test/groovy/MethodInBadPositionTest.groovy can't be indexed twice. Please check that inclusion/exclusion patterns produce disjoint sets for main and test files
    ```
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0aa0de8..14edd60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,8 +42,8 @@ matrix:
     - env: BC='indy'
       jdk: oraclejdk8
 
-    - env: BC='sonar'
-      jdk: openjdk11
+#    - env: BC='sonar'
+#      jdk: openjdk11
 
 before_script:
   - unset _JAVA_OPTIONS