Skip to content

Commit

Permalink
Update workflow to use setup-gradle v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Nov 16, 2024
1 parent 3747dee commit 2fb904d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: Setup JDK 17
- name: Setup JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
run: ./gradlew build

0 comments on commit 2fb904d

Please sign in to comment.