File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 - ' adr/**'
1313 - ' jakarta/**'
1414 - ' .github/ISSUE_TEMPLATE/**'
15- - ' .github/*.yml'
16- - ' .github/*.java'
17- - ' .github/*.conf'
15+ - ' .github/** .yml'
16+ - ' .github/** .java'
17+ - ' .github/** .conf'
1818 - ' .sdkmanrc'
1919 - ' .devcontainer/**'
2020 pull_request :
2727 - ' adr/**'
2828 - ' jakarta/**'
2929 - ' .github/ISSUE_TEMPLATE/**'
30- - ' .github/*.yml'
31- - ' .github/*.java'
32- - ' .github/*.conf'
30+ - ' .github/** .yml'
31+ - ' .github/** .java'
32+ - ' .github/** .conf'
3333 - ' .sdkmanrc'
3434 - ' .devcontainer/**'
3535
Original file line number Diff line number Diff line change 5353 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
5454 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
5555 run : |
56- ./mvnw -e -B --settings .github/release-settings.xml \
56+ ./mvnw -e -B --no-transfer-progress -- settings .github/release-settings.xml \
5757 -Dnjord.autoPublish \
5858 -DskipTests -DskipITs -Dno-format -Dinvoker.skip=true \
5959 -Dno-test-modules \
You can’t perform that action at this time.
0 commit comments