Skip to content

Commit

Permalink
Issue #208: update sonar-java to ensure compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Muehlbachler authored and romani committed Apr 23, 2019
1 parent 6c2babf commit 7a4bae9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Compatibility matrix from checkstyle team:

Checkstyle Plugin|Sonar min|Sonar max|Checkstyle|Jdk
-----------------|---------|---------|----------|---
4.19|6.7 |7.7+|8.19|1.8
4.18|6.7 |7.7+|8.18|1.8
4.17|6.7 |7.5|8.17|1.8
4.16|5.6.6|7.2|8.16|1.8
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<properties>
<checkstyle.version>8.19</checkstyle.version>
<sonar.version>6.7</sonar.version>
<sonar-java.version>5.9.1.16423</sonar-java.version>
<sonar-java.version>5.12.0.17701</sonar-java.version>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ build:
cd /opt/sonarqube/
rm -f logs/*.*
./bin/run.sh &
echo "sleeping 60 to let sonar start up"
sleep 60
echo "sleeping 75 to let sonar start up"
sleep 75
cd -
mvn sonar:sonar
grep "ERROR" /opt/sonarqube/logs/* | cat
Expand Down

0 comments on commit 7a4bae9

Please sign in to comment.