Skip to content

Commit

Permalink
Merge pull request #4 from Minime998/Minime998-patch-1
Browse files Browse the repository at this point in the history
Update android.yml
  • Loading branch information
Minime998 authored Oct 26, 2024
2 parents 7ba344f + 1745c0c commit 8d2fa78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt' # or 'zulu', 'temurin', etc.
Expand All @@ -20,4 +20,4 @@ jobs:
- name: Set JAVA_HOME
run: echo "JAVA_HOME=/opt/hostedtoolcache/Java_Adopt_jdk/17.0.13-11/x64" >> $GITHUB_ENV
- name: Build with Gradle
run: ./gradlew build
run: cd CP470-Project && ./gradlew build

0 comments on commit 8d2fa78

Please sign in to comment.