File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
.azure-pipelines/templates Expand file tree Collapse file tree 7 files changed +10
-10
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 1818 - uses : actions/setup-java@v2
1919 with :
2020 distribution : ' adopt'
21- java-version : 15
21+ java-version : 16
2222 - name : Setup Android SDK
2323 uses : android-actions/setup-android@v2
2424 - name : Add execution right to the script
Original file line number Diff line number Diff line change 2525 - uses : actions/setup-java@v2
2626 with :
2727 distribution : ' adopt'
28- java-version : 15
28+ java-version : 16
2929
3030 # If this run was triggered by a pull request event, then checkout
3131 # the head of the pull request instead of the merge commit.
Original file line number Diff line number Diff line change 1414 - uses : actions/setup-java@v2
1515 with :
1616 distribution : ' adopt'
17- java-version : 15
17+ java-version : 16
1818 - name : Add execution right to the script
1919 run : chmod +x gradlew
2020 working-directory : ./samples/deviceCodeSample
2828 - uses : actions/setup-java@v2
2929 with :
3030 distribution : ' adopt'
31- java-version : 15
31+ java-version : 16
3232 - name : Add execution right to the script
3333 run : chmod +x gradlew
3434 working-directory : ./samples/interactiveBrowserSample
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ buildscript {
88 }
99
1010 dependencies {
11- classpath " com.gradle:gradle-enterprise-gradle-plugin:3.5 "
12- classpath " com.android.tools.build:gradle:4.0.1 "
11+ classpath " com.gradle:gradle-enterprise-gradle-plugin:3.6 "
12+ classpath " com.android.tools.build:gradle:4.1.3 "
1313 classpath " com.github.ben-manes:gradle-versions-plugin:0.36.0"
1414 }
1515}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments