File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ install: |
1212 pdd --file=/dev/null
1313merge :
1414 script : |-
15- mvn clean install -Pqulice-profile -Pqulice --errors --batch-mode
15+ mvn clean install -Pqulice-profile -Pqulice --errors --batch-mode -Dstyle.color=never
1616release :
1717 pre : false
1818 sensitive :
@@ -21,5 +21,5 @@ release:
2121 [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
2222 mvn versions:set "-DnewVersion=${tag}"
2323 git commit -am "${tag}"
24- mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml
25- mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml
24+ mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml --batch-mode -Dstyle.color=never
25+ mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml --batch-mode -Dstyle.color=never
You can’t perform that action at this time.
0 commit comments