Skip to content

Commit

Permalink
use java17, skip analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed May 21, 2024
1 parent 24e7660 commit 431b00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build, test, verify and publish snapshot
run: mvn -B verify
run: mvn -B verify -Djdk.version=${{ matrix.java }}
- name: Publish snapshot
if: ${{ matrix.java == '17' }}
run: mvn deploy -DskipUT -DskipIT
run: mvn -e -X deploy -DskipAnalysis -DskipUT -DskipIT -Djdk.version=${{ matrix.java }}
env:
MAVEN_USERNAME: ${{ secrets.DATAVERSEBOT_SONATYPE_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.DATAVERSEBOT_SONATYPE_TOKEN }}

0 comments on commit 431b00f

Please sign in to comment.