Skip to content

Commit

Permalink
using setup-gradle action in build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidius20 committed Jun 7, 2024
1 parent 278d556 commit be6693f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: 17
cache: 'gradle'
distribution: 'zulu'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Create local.properties
Expand Down

0 comments on commit be6693f

Please sign in to comment.