File tree Expand file tree Collapse file tree 5 files changed +23
-18
lines changed Expand file tree Collapse file tree 5 files changed +23
-18
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v2
16- - name : Set up JDK 1. 8
17- uses : actions/setup-java@v1
16+ - name : Set up JDK 8
17+ uses : actions/setup-java@v2
1818 with :
19- java-version : 1.8
19+ distribution : ' adopt'
20+ java-version : ' 8'
2021 - name : Cache Gradle packages
21222223 with :
2829 - name : Build branch without snapshot
2930 run : ./gradlew -PreleaseMode=pr build --stacktrace
3031 - name : Upload to Codecov
31- uses : codecov/codecov-action@v1
32+ uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v2
1818 - name : Set up JDK 11
19- uses : actions/setup-java@v1
19+ uses : actions/setup-java@v2
2020 with :
21- java-version : 11
21+ distribution : ' adopt'
22+ java-version : ' 11'
2223 - name : Cache Gradle packages
23242425 with :
3031 - name : Build PR
3132 run : ./gradlew -PreleaseMode=pr build --stacktrace
3233 # - name: Upload to Codecov
33- # uses: codecov/codecov-action@v1
34+ # uses: codecov/codecov-action@v1
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v2
16- - name : Set up JDK 1. 8
17- uses : actions/setup-java@v1
16+ - name : Set up JDK 8
17+ uses : actions/setup-java@v2
1818 with :
19- java-version : 1.8
19+ distribution : ' adopt'
20+ java-version : ' 8'
2021 - name : Cache Gradle packages
21222223 with :
2829 - name : Build PR
2930 run : ./gradlew -PreleaseMode=pr build --stacktrace
3031 - name : Upload to Codecov
31- uses : codecov/codecov-action@v1
32+ uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ jobs:
2626 CI_BUILD_NUMBER : ${{ github.run_number }}
2727 steps :
2828 - uses : actions/checkout@v2
29- - name : Set up JDK 1. 8
30- uses : actions/setup-java@v1
29+ - name : Set up JDK 8
30+ uses : actions/setup-java@v2
3131 with :
32- java-version : 1.8
32+ distribution : ' adopt'
33+ java-version : ' 8'
3334 - name : Cache Gradle packages
34353536 with :
Original file line number Diff line number Diff line change @@ -23,10 +23,11 @@ jobs:
2323 CI_BUILD_NUMBER : ${{ github.run_number }}
2424 steps :
2525 - uses : actions/checkout@v2
26- - name : Set up JDK 1. 8
27- uses : actions/setup-java@v1
26+ - name : Set up JDK 8
27+ uses : actions/setup-java@v2
2828 with :
29- java-version : 1.8
29+ distribution : ' adopt'
30+ java-version : ' 8'
3031 - name : Cache Gradle packages
31323233 with :
4243 - name : Upload to Codecov
4344 uses : codecov/codecov-action@v1
4445 - name : Push Javadocs
45- run : ./push_javadoc.sh
46+ run : ./push_javadoc.sh
You can’t perform that action at this time.
0 commit comments