Skip to content

Commit

Permalink
update CI github actions (#7)
Browse files Browse the repository at this point in the history
Tarek-Bohdima authored Oct 17, 2024
1 parent 57b792b commit 65a5553
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
@@ -10,19 +10,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'temurin' # Temurin is a reliable distribution of OpenJDK

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Cache Gradle packages
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
~/.gradle/caches

0 comments on commit 65a5553

Please sign in to comment.