File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v2
18- - uses : actions/setup-java@v1
18+ - uses : actions/setup-java@v2
1919 with :
20+ distribution : ' adopt'
2021 java-version : 15
2122 - name : Setup Android SDK
2223 uses : android-actions/setup-android@v2
Original file line number Diff line number Diff line change 2222 # a pull request then we can checkout the head.
2323 fetch-depth : 2
2424
25- - uses : actions/setup-java@v1
25+ - uses : actions/setup-java@v2
2626 with :
27+ distribution : ' adopt'
2728 java-version : 15
2829
2930 # If this run was triggered by a pull request event, then checkout
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v2
14- - uses : actions/setup-java@v1
14+ - uses : actions/setup-java@v2
1515 with :
16+ distribution : ' adopt'
1617 java-version : 15
1718 - name : Add execution right to the script
1819 run : chmod +x gradlew
2425 runs-on : ubuntu-latest
2526 steps :
2627 - uses : actions/checkout@v2
27- - uses : actions/setup-java@v1
28+ - uses : actions/setup-java@v2
2829 with :
30+ distribution : ' adopt'
2931 java-version : 15
3032 - name : Add execution right to the script
3133 run : chmod +x gradlew
You can’t perform that action at this time.
0 commit comments