File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 6161 # and modify them (or add more) to build your code if your project
6262 # uses a compiled language
6363 - name : Build
64- uses : eskatos/gradle-command-action@v1
65- with :
66- arguments : build -PskipSpotless --info -x test
67- distributions-cache-enabled : true
68- dependencies-cache-enabled : true
69- configuration-cache-enabled : true
64+ run : ./gradlew build -PskipSpotless --info -x test
7065 env :
7166 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7267
Original file line number Diff line number Diff line change 2424 distribution : ' zulu'
2525 java-version : 17
2626 - name : Build documentation
27- uses : eskatos/gradle-command-action@v1
28- with :
29- arguments : :darklaf-core:makeDocumentation -PskipSpotless -x test
30- distributions-cache-enabled : true
31- dependencies-cache-enabled : true
32- configuration-cache-enabled : true
27+ run : ./gradlew :darklaf-core:makeDocumentation -PskipSpotless -x test
3328 - name : Upload documentation
3429 uses : actions/upload-artifact@v4
3530 with :
You can’t perform that action at this time.
0 commit comments