Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
topherbuckley committed Jun 5, 2024
1 parent 379d828 commit 7aafbd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/build-apk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ runs:
java-version: '17.0'
distribution: 'temurin'
cache: gradle
shell: bash
- name: Setup Gradle
uses: gradle/actions/[email protected]
with:
gradle-version: 8.6
cache-encryption-key: ${{ inputs.gradle-encryption-key }}
shell: bash
- name: Build with Gradle
run: ./gradlew build --configuration-cache
shell: bash

0 comments on commit 7aafbd4

Please sign in to comment.