Skip to content

Commit

Permalink
Replace Adopt OpenJDK with Eclipse Temurin (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: David Greven <[email protected]>
  • Loading branch information
grevend-bosch authored Oct 20, 2021
1 parent 35abc1e commit 758ad6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '15'
distribution: 'adopt'
java-version: '8'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn install -Dskip.tests --batch-mode --update-snapshots --no-transfer-progress
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '15'
distribution: 'adopt'
java-version: '8'
distribution: 'temurin'
cache: 'maven'
- name: Update Maven project version
run: mvn versions:set -DnewVersion=${{ env.VERSION }} -DprocessAllModules -DgenerateBackupPoms=false
Expand Down

0 comments on commit 758ad6e

Please sign in to comment.