Skip to content

Commit

Permalink
(#1490) Disable Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed May 2, 2021
1 parent 0bb95da commit 2a963ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
Expand Up @@ -26,4 +26,5 @@ release:
mvn versions:set "-DnewVersion=${tag}" --settings ../settings.xml
git commit -am "${tag}"
# note: -Pcactoos is needed to have the gpg and sonar secrets injected
mvn clean deploy -Psonar -Pcactoos -Pqulice -Psonatype --errors --settings ../settings.xml
# Sonar is disabled (was -Psonar) because sonarcloud.io only support Java 11+
mvn clean deploy -Pcactoos -Pqulice -Psonatype --errors --settings ../settings.xml

0 comments on commit 2a963ed

Please sign in to comment.