Skip to content

Commit

Permalink
[workflow] Bump JDK to 17 and fixed missing values
Browse files Browse the repository at this point in the history
  • Loading branch information
JojoFR1 committed Dec 16, 2023
1 parent 17a8d80 commit f16e90d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/TestBuildWhenPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
- name: Set up PATH
run: |
echo "${ANDROID_HOME}/build-tools/30.0.1" >> $GITHUB_PATH
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 16
java-version: 17
distribution: 'temurin'
cache: 'gradle'
- name: Build mod jar
run: chmod +x gradlew && ./gradlew deploy
- name: Upload built jar file
Expand Down

0 comments on commit f16e90d

Please sign in to comment.