Skip to content

Commit

Permalink
Setup java 17 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Oct 17, 2023
1 parent 8cda78a commit 3f9a106
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 51 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/debug_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Setup java 17 as required by gradle
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build
run: |
./gradlew assembleDebug
Expand Down
51 changes: 0 additions & 51 deletions app/src/main/java/com/termux/boot/BootJobService.java

This file was deleted.

0 comments on commit 3f9a106

Please sign in to comment.