Skip to content

Commit

Permalink
Update CICD pipeline: upgrade Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Nov 14, 2024
1 parent e73f8e3 commit f09e7c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.17
- name: Build the app
run: ./gradlew assembleDebug --stacktrace
- name: Upload APK
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: set up JDK 1.11
- name: set up JDK 1.17
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.17
- name: Build the APK
run: ./gradlew assRU
- name: Upload APK
Expand Down

0 comments on commit f09e7c4

Please sign in to comment.