We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adaf61 commit dff0b91Copy full SHA for dff0b91
.github/workflows/android.yml
@@ -6,17 +6,13 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v2
9
- - name: set up JDK 1.8
+ # Ensure java 17 is used
10
+ - name: Setup JDK 17
11
uses: actions/setup-java@v1
12
with:
- java-version: 1.8
13
+ java-version: 17
14
- name: Run CI
15
run: make ci
-# - name: Upload SonarCloud
16
-# env:
17
-# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
18
-# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
-# run: make sonar
20
- name: Upload artifact
21
uses: actions/upload-artifact@v1
22
0 commit comments