File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1- Mon Nov 3 21:03:16 -03 2025
1+ Mon Nov 3 21:32:23 -03 2025
Original file line number Diff line number Diff line change 1313 - name : Checkout
1414 uses : actions/checkout@v4
1515
16- - name : Set up Java 25
16+ - name : Set up Java 21 (run Gradle)
17+ uses : actions/setup-java@v4
18+ with :
19+ distribution : temurin
20+ java-version : 21
21+
22+ - name : Set up Java 25 (toolchain)
1723 uses : actions/setup-java@v4
1824 with :
1925 distribution : temurin
Original file line number Diff line number Diff line change 3737 echo "artifact=build/libs/*.jar" >> $GITHUB_OUTPUT
3838 fi
3939
40- - name : Set up Java
40+ - name : Set up Java 21 (run Gradle)
41+ uses : actions/setup-java@v4
42+ with :
43+ distribution : temurin
44+ java-version : 21
45+
46+ - name : Set up Java (toolchain target)
4147 uses : actions/setup-java@v4
4248 with :
4349 distribution : temurin
You can’t perform that action at this time.
0 commit comments