Skip to content

Commit

Permalink
build: edit gradle.yml jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
LapisBerry committed May 26, 2024
1 parent f0696b2 commit 3375d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up JDK 22
uses: actions/setup-java@v4
with:
java-version: '22.0.1'
java-version: '22'
distribution: 'openjdk'

# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Set up JDK 20
uses: actions/setup-java@v4
with:
java-version: '22.0.1'
java-version: '22'
distribution: 'openjdk'

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

0 comments on commit 3375d50

Please sign in to comment.