Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ralscha committed Feb 29, 2024
1 parent 90c2bd8 commit ad22329
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up Java 17
uses: actions/setup-java@v1
- uses: actions/checkout@v4
- name: Set up Java 21
uses: actions/setup-java@v4
with:
java-version: 17
- name: Build with Java 17
java-version: 21
- name: Build with Java 21
working-directory: ./query
run: ../mvnw -B clean test --file pom.xml
run: ../mvnw -B clean test --file pom.xml
- name: Deploy to Sonatype
working-directory: ./query
run: ../mvnw -B -Drepo.username=${{secrets.SONATYPE_USERNAME}} -Drepo.password=${{secrets.SONATYPE_PASSWORD}} clean deploy -DskipTests=true --settings mySettings.xml

0 comments on commit ad22329

Please sign in to comment.