Skip to content

Commit

Permalink
Merge pull request #234 from victornoel/disabled-sonar
Browse files Browse the repository at this point in the history
(#220) disable sonar, sonarcloud.io only supports Java11+
  • Loading branch information
victornoel committed Feb 20, 2021
2 parents e3590a9 + bb83071 commit dfcfa64
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 dfcfa64

Please sign in to comment.