Skip to content

Commit

Permalink
fix jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
elfunesto committed Aug 21, 2024
1 parent 764e962 commit e8b2204
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build-installer-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: 17.0.1
java-version: 21.0.3
distribution: 'temurin'
cache: 'maven'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-build-installer-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: 17.0.1
java-version: 21.0.3
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-build-installer-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Add Wix to Path
run: echo "$HOME/target/wix" >> $GITHUB_PATH
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: 17.0.1
java-version: 21.0.3
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: 17.0.1
java-version: 21.0.3
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
Expand Down

0 comments on commit e8b2204

Please sign in to comment.