File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ install: |
1212 pdd --file=/dev/null
1313merge :
1414 script : |
15- mvn clean install -Pqulice --errors --batch-mode
15+ mvn clean install -ntp - Pqulice --errors --batch-mode
1616release :
1717 pre : false
1818 script : |-
1919 [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
2020 mvn versions:set "-DnewVersion=${tag}" --batch-mode
2121 git commit -am "${tag}"
2222 export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
23- mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
23+ mvn clean deploy -ntp - Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
2424 mvn clean site-deploy -Psite --errors --settings ../settings.xml --batch-mode
You can’t perform that action at this time.
0 commit comments