We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8bfcc commit f81ef2cCopy full SHA for f81ef2c
1 file changed
.github/workflows/publish-maven.yml
@@ -43,10 +43,10 @@ jobs:
43
44
- uses: ./.github/actions/setup-copilot
45
46
- - name: Set up JDK 21
+ - name: Set up JDK 17
47
uses: actions/setup-java@v5
48
with:
49
- java-version: "21"
+ java-version: "17"
50
distribution: "temurin"
51
server-id: central
52
server-username: MAVEN_USERNAME
@@ -66,7 +66,7 @@ jobs:
66
echo "Publishing version: $VERSION" >> $GITHUB_STEP_SUMMARY
67
68
- name: Build and verify
69
- run: mvn verify
+ run: mvn verify -DskipTests
70
71
- name: Deploy to Maven Central
72
run: mvn deploy -DskipTests -Prelease
0 commit comments