mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-21 09:21:27 +00:00
Fix the build by updating to JDK 17
This commit is contained in:
parent
3278d6544b
commit
f38b6ec586
3 changed files with 12 additions and 2 deletions
7
.github/workflows/build-app-workflow.yaml
vendored
7
.github/workflows/build-app-workflow.yaml
vendored
|
@ -8,6 +8,11 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/wrapper-validation-action@55e685c48d84285a5b0418cd094606e199cca3b6
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: 'gradle'
|
||||
- name: Build the app
|
||||
run: ./gradlew build
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
@ -23,7 +28,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: 'gradle'
|
||||
- name: Install HAXM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue