Skip to content

Commit

Permalink
Swtich pipeline to temurin jdk distro
Browse files Browse the repository at this point in the history
  • Loading branch information
mhshams committed Jan 1, 2022
1 parent 8f9529a commit 49bf78a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '9'
distribution: 'adopt'
distribution: 'temurin'
- name: Build
run: mvn --batch-mode --update-snapshots verify
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '9'
distribution: 'adopt'
distribution: 'temurin'
- name: Version
run: mvn versions:set "-DnewVersion=${{ github.ref_name }}"
- name: Build
Expand All @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '9'
distribution: 'adopt'
distribution: 'temurin'
server-id: ossrh
server-username: MVN_USER
server-password: MVN_TOKEN
Expand Down

0 comments on commit 49bf78a

Please sign in to comment.