Skip to content

Commit

Permalink
Update java in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Aug 6, 2023
1 parent 6cf4b7b commit 7336092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Set Gradle as executable
run: chmod +x ./gradlew
- name: Build with Gradle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Unit tests
run: bash ./gradlew test --stacktrace
- name: Cache Gradle Caches
Expand Down

0 comments on commit 7336092

Please sign in to comment.