File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-24.04
88 steps :
99 - uses : actions/checkout@v4
10- - name : Set up JDK 11
10+ - name : Set up JDK
1111 uses : actions/setup-java@v4
1212 with :
13- java-version : 11
14- distribution : ' adopt '
13+ java-version : 17
14+ distribution : ' temurin '
1515 - name : Grant execute permission for gradlew
1616 run : chmod +x gradlew
1717 - name : Check with Gradle
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-24.04
88 steps :
99 - uses : actions/checkout@v4
10- - name : Set up JDK 11
10+ - name : Set up JDK
1111 uses : actions/setup-java@v4
1212 with :
13- java-version : 11
14- distribution : ' adopt '
13+ java-version : 17
14+ distribution : ' temurin '
1515 - name : Grant execute permission for gradlew
1616 run : chmod +x gradlew
1717 - name : Check with Gradle
You can’t perform that action at this time.
0 commit comments