File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
.azure-pipelines/templates Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11steps :
2- - pwsh : ' Invoke-WebRequest -Uri https://github.com/AdoptOpenJDK/openjdk15 -binaries/releases/download/jdk-15.0.2%2B7/OpenJDK15U-jdk_x64_windows_hotspot_15.0.2_7 .zip -OutFile OpenJDK.zip'
2+ - pwsh : ' Invoke-WebRequest -Uri https://github.com/AdoptOpenJDK/openjdk16 -binaries/releases/download/jdk-16%2B36/OpenJDK16-jdk_x64_windows_hotspot_16_36 .zip -OutFile OpenJDK.zip'
33 displayName : ' Download JDK'
44
55- task : JavaToolInstaller@0
66 inputs :
7- versionSpec : ' 15 '
7+ versionSpec : ' 16 '
88 jdkArchitectureOption : ' x64'
99 jdkSourceOption : ' LocalDirectory'
1010 jdkFile : ' OpenJDK.zip'
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v2
1818 - uses : actions/setup-java@v1
1919 with :
20- java-version : 15
20+ java-version : 16
2121 - name : Setup Android SDK
2222 uses : android-actions/setup-android@v2
2323 - name : Add execution right to the script
Original file line number Diff line number Diff line change 2424
2525 - uses : actions/setup-java@v1
2626 with :
27- java-version : 15
27+ java-version : 16
2828
2929 # If this run was triggered by a pull request event, then checkout
3030 # the head of the pull request instead of the merge commit.
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v2
1414 - uses : actions/setup-java@v1
1515 with :
16- java-version : 15
16+ java-version : 16
1717 - name : Add execution right to the script
1818 run : chmod +x gradlew
1919 working-directory : ./samples/deviceCodeSample
2626 - uses : actions/checkout@v2
2727 - uses : actions/setup-java@v1
2828 with :
29- java-version : 15
29+ java-version : 16
3030 - name : Add execution right to the script
3131 run : chmod +x gradlew
3232 working-directory : ./samples/interactiveBrowserSample
You can’t perform that action at this time.
0 commit comments