File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020 - name : Setup JDK
2121 uses : actions/setup-java@v4
2222 with :
23- java-version : ' 17 '
24- distribution : ' microsoft'
23+ java-version : 17
24+ distribution : microsoft
2525 - name : Make Gradle wrapper executable
2626 run : chmod +x ./gradlew
2727 - name : Build
4646 - name : Setup JDK
4747 uses : actions/setup-java@v4
4848 with :
49- java-version : ' 21 '
50- distribution : ' microsoft'
49+ java-version : 21
50+ distribution : microsoft
5151 - name : Make Gradle wrapper executable
5252 run : chmod +x ./gradlew
5353 - name : Build
Original file line number Diff line number Diff line change 1515 - name : Setup JDK
1616 uses : actions/setup-java@v4
1717 with :
18- java-version : ' 17 '
19- distribution : ' microsoft'
18+ java-version : 17
19+ distribution : microsoft
2020 - name : Make Gradle wrapper executable
2121 run : chmod +x ./gradlew
2222 - name : Compile
3737 - name : Setup JDK
3838 uses : actions/setup-java@v4
3939 with :
40- java-version : ' 21 '
41- distribution : ' microsoft'
40+ java-version : 21
41+ distribution : microsoft
4242 - name : Make Gradle wrapper executable
4343 run : chmod +x ./gradlew
4444 - name : Compile
You can’t perform that action at this time.
0 commit comments