Skip to content

Commit

Permalink
(#220) disable sonar, sonarcloud.io only supports Java11+
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed Feb 20, 2021
1 parent e3590a9 commit bb83071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ release:
gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg
mvn versions:set "-DnewVersion=${tag}" --settings ../settings.xml
git commit -am "${tag}"
mvn clean deploy -Psonar -Pqulice -Psonatype --errors --settings ../settings.xml
# Sonar is disabled (was -Psonar) because sonarcloud.io only support Java 11+
mvn clean deploy -Pqulice -Psonatype --errors --settings ../settings.xml

0 comments on commit bb83071

Please sign in to comment.