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 @@ -14,13 +14,13 @@ install: |
1414 pdd --file=/dev/null
1515merge :
1616 script : |
17- mvn clean install -P!hone -Pqulice --errors -Dstyle.color=never
17+ mvn clean install -P!hone,qulice --errors -Dstyle.color=never
1818release :
1919 pre : false
2020 script : |-
2121 [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
2222 mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never
2323 git commit -am "${tag}"
24- mvn clean install -Dinvoker.skip
24+ mvn clean install -P!hone - Dinvoker.skip
2525 export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
26- mvn clean deploy -P!hone -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never
26+ mvn clean deploy -P!hone,objectionary,sonatype --errors --settings ../settings.xml -Dstyle.color=never
You can’t perform that action at this time.
0 commit comments