Skip to content

Commit

Permalink
update actions to resolve deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyaDaleh committed Jun 3, 2023
1 parent 1fe4c14 commit a6524cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: '8'
distribution: 'adopt'
- name: Build with Gradle
run: gradle build
- name: Archive production artifacts
Expand Down

0 comments on commit a6524cb

Please sign in to comment.