Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV authored Feb 10, 2024
1 parent 1cafc51 commit 418533e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Set up JDK 8
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 8
java-version: 17

- name: Give permissions to Gradle
run: chmod +x ./gradlew
Expand All @@ -33,4 +33,4 @@ jobs:
uses: actions/[email protected]
with:
name: ${{ steps.repo_name.outputs.name }}
path: artifacts/**.jar
path: artifacts/**.jar

0 comments on commit 418533e

Please sign in to comment.