File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 # Zulu Community distribution of OpenJDK
2626 - name : set up JDK 1.8
27- uses : actions/setup-java@v1
27+ uses : actions/setup-java@v2
2828 with :
29- java-version : 1.8
29+ distribution : ' adopt'
30+ java-version : ' 8'
3031
3132 # use sequential key when bumping dependencies till single lock file is out of preview
3233 # https://docs.gradle.org/current/userguide/dependency_locking.html#single_lock_file_per_project
Original file line number Diff line number Diff line change 1414 - name : Checkout 🛎️
1515 uses : actions/checkout@v2.3.1
1616 - name : set up JDK 1.8
17- uses : actions/setup-java@v1
17+ uses : actions/setup-java@v2
1818 with :
19- java-version : 1.8
19+ distribution : ' adopt'
20+ java-version : ' 8'
2021 - name : Check formatting with Spotless
2122 run : make checkFormat
Original file line number Diff line number Diff line change 1111 - name : Checkout 🛎️
1212 uses : actions/checkout@v2.3.1
1313 - name : set up JDK 1.8
14- uses : actions/setup-java@v1
14+ uses : actions/setup-java@v2
1515 with :
16- java-version : 1.8
16+ distribution : ' adopt'
17+ java-version : ' 8'
1718 - name : Generate Aggregate Javadocs
1819 run : |
1920 ./gradlew aggregateJavadocs
You can’t perform that action at this time.
0 commit comments