Skip to content

Commit

Permalink
chore: Updated gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pazaz committed Nov 24, 2024
1 parent c66849a commit 57a965d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- uses: gradle/actions/setup-gradle@v4

- name: Make code compatible with old Java
run: gradle -p tools removeAnnotations
Expand Down

0 comments on commit 57a965d

Please sign in to comment.