File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,12 @@ jobs:
1212 steps :
1313 - uses : actions/checkout@v4
1414 with :
15- fetch-depth : 0
15+ fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1616 - name : Set up JDK 21
1717 uses : actions/setup-java@v4
1818 with :
19- java-version : ' 21'
20- distribution : ' temurin'
21- - uses : gradle/gradle-build-action@v2
22- with :
23- gradle-version : 8.8
24- arguments : build
25- build-root-directory : app
19+ java-version : 21
20+ distribution : ' temurin' # Alternative distribution options are available
2621 - name : Cache SonarQube packages
2722 uses : actions/cache@v4
2823 with :
Original file line number Diff line number Diff line change 1515
1616test :
1717 make -C app test
18- .PHONY : build
18+ .PHONY : build
Original file line number Diff line number Diff line change 1414
1515test :
1616 ./gradlew test
17- .PHONY : build
17+ .PHONY : build
You can’t perform that action at this time.
0 commit comments