We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bceded4 commit f40b97cCopy full SHA for f40b97c
.github/workflows/maven-pr-3.0.yml
@@ -33,20 +33,6 @@ jobs:
33
/bin/bash ./bin/utils/detect_merge_conflict.sh
34
# fail if generators contain tab '\t'
35
/bin/bash ./bin/utils/detect_tab_in_java_class.sh
36
- - uses: s4u/[email protected]
37
- name: setup maven settings.xml
38
- with:
39
- servers: |
40
- [{
41
- "id": "sonatype-nexus-staging",
42
- "username": "${{ secrets.OSSRH_USERNAME }}",
43
- "password": "${{ secrets.OSSRH_TOKEN }}"
44
- },
45
- {
46
- "id": "sonatype-nexus-snapshots",
47
48
49
- }]
50
- name: Build with Maven
51
if: ${{ matrix.java != 8 }}
52
run: |
0 commit comments