File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 5858 java-version : 17
5959 - name : Build latest
6060 run : ./gha_build.sh spring true true
61- - name : Build with Spring 6.0.x
62- run : ./gha_build.sh spring false false -Dspring.version=6.0.16 -Dspring-security.version=6.1.6 -Ddependency-check.skip=true
61+ # - name: Build with Spring 6.0.x
62+ # run: ./gha_build.sh spring false false -Dspring.version=6.0.16 -Dspring-security.version=6.1.6 -Ddependency-check.skip=true
6363
6464 build_springboot3 :
6565 name : Build and test SpringBoot 3
8282 runs-on : ubuntu-latest
8383 steps :
8484 - uses : actions/checkout@v3
85+ - name : Set up JDK 17
86+ uses : actions/setup-java@v3
87+ with :
88+ distribution : ' corretto'
89+ java-version : 17
8590 - name : Build latest
8691 run : ./gha_build.sh struts true true
You can’t perform that action at this time.
0 commit comments