Skip to content

Commit

Permalink
Update create_release_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthale authored Oct 28, 2023
1 parent 5ef60ad commit 734d2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
architecture: 'x64' # defaults to 'x64'
cache: 'maven'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
architecture: 'x64' # defaults to 'x64'
cache: 'maven'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
architecture: 'x64' # defaults to 'x64'
cache: 'maven'
Expand Down

0 comments on commit 734d2f2

Please sign in to comment.