Skip to content

Commit

Permalink
updated gradle.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudarvishian committed May 9, 2024
1 parent 1691978 commit 3ac3b55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 14.0.2
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '14.0.2'
distribution: 'temurin'

# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
Expand Down Expand Up @@ -55,10 +55,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 14.0.2
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '14.0.2'
distribution: 'temurin'

# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
Expand Down

0 comments on commit 3ac3b55

Please sign in to comment.