File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 2525 - name : Download all other dependencies
2626 run : mvn -B dependency:go-offline
2727
28- formatting-and-quick-compile-jdk24 :
29- runs-on : ubuntu-latest
30- steps :
31- - uses : actions/checkout@v4
32- - name : Set up JDK
33- uses : actions/setup-java@v4
34- with :
35- java-version : 24
36- distribution : ' temurin'
37- cache : maven
38- - name : Check formatting
39- run : mvn -B formatter:validate impsort:check xml-format:xml-check
40- - name : Quick compile
41- run : mvn -B compile -DskipTests -Pquick
42- - name : Download all other dependencies
43- run : mvn -B dependency:go-offline
44-
4528 compile :
4629 needs : formatting-and-quick-compile
4730 runs-on : ubuntu-latest
5841
5942
6043 build :
61- needs : [ formatting-and-quick-compile, formatting-and-quick-compile-jdk24]
44+ needs : formatting-and-quick-compile
6245 runs-on : ubuntu-latest
6346 strategy :
6447 fail-fast : true
You can’t perform that action at this time.
0 commit comments