We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b41ad9 commit a07c481Copy full SHA for a07c481
1 file changed
.github/workflows/NativePipeline.yml
@@ -219,10 +219,10 @@ jobs:
219
- name: "Install dependencies"
220
working-directory: native-template
221
run: npm i
222
- - name: "Setup JDK 11"
+ - name: "Setup JDK 17"
223
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
224
with:
225
- java-version: 11
+ java-version: 17
226
distribution: temurin
227
cache: gradle
228
- name: "Build Android app"
0 commit comments