File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 4141 java-version : 17
4242
4343 steps :
44+ - name : Checkout repository
45+ uses : actions/checkout@v3
46+ with :
47+ fetch-depth : 2
48+
49+ - name : Initialize JDK
50+ uses : actions/setup-java@v3
51+ with :
52+ cache : maven
53+ check-latest : true
54+ distribution : zulu
55+ java-version : ${{ matrix.java-version }}
56+
4457 - name : Install dependencies
4558 shell : bash
4659 run : |-
6477 ;;
6578 esac
6679
67- - name : Checkout repository
68- uses : actions/checkout@v3
69- with :
70- fetch-depth : 2
71-
72- - name : Initialize JDK
73- uses : actions/setup-java@v3
74- with :
75- cache : maven
76- check-latest : true
77- distribution : zulu
78- java-version : ${{ matrix.java-version }}
79-
8080 - name : Compile and run tests
8181 shell : bash
8282 run : ./mvnw -B -U -Dcheckstyle.skip=true -Dlicense.skip=true clean verify
You can’t perform that action at this time.
0 commit comments