File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v2
1818 - 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 2424
2525 - 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 1313 - uses : actions/checkout@v2
1414 - 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
2627 - uses : actions/checkout@v2
2728 - 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