Skip to content

Commit

Permalink
corretto supports only major java version [release] [skip-verify]
Browse files Browse the repository at this point in the history
  • Loading branch information
Pushpavel authored May 22, 2024
1 parent c97b427 commit 6e278d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
- name: Fetch Sources
uses: actions/[email protected]

# Setup Java 17.0.11 environment for the next steps
# Setup Java 17 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: corretto
java-version: 17.0.11
java-version: 17
cache: gradle

# Run tests
Expand All @@ -104,12 +104,12 @@ jobs:
- name: Fetch Sources
uses: actions/[email protected]

# Setup Java 17.0.11 environment for the next steps
# Setup Java 17 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: corretto
java-version: 17.0.11
java-version: 17
cache: gradle

# Set environment variables
Expand Down Expand Up @@ -155,12 +155,12 @@ jobs:
- name: Fetch Sources
uses: actions/[email protected]

# Setup Java 17.0.11 environment for the next steps
# Setup Java 17 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: corretto
java-version: 17.0.11
java-version: 17
cache: gradle

# insert Analytics secrets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: corretto
java-version: 17.0.11
java-version: 17
cache: gradle

# Insert Analytics secrets
Expand Down

0 comments on commit 6e278d6

Please sign in to comment.