Skip to content

Commit

Permalink
Use setup gradle action in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-gnm committed Oct 22, 2024
1 parent 6f3983e commit f90a1b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Build with gradlew
run: ./gradlew build

0 comments on commit f90a1b0

Please sign in to comment.