File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
aws-serverless-java-container-springboot4 Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 8282 - name : Build with Spring Boot 3.3.x
8383 run : ./gha_build.sh springboot3 false false -Dspringboot.version=3.3.6 -Dspring.version=6.1.15 -Dspringsecurity.version=6.3.5 -Ddependency-check.skip=true
8484
85+ build_springboot4 :
86+ name : Build and test SpringBoot 4
87+ runs-on : ubuntu-latest
88+ steps :
89+ - uses : actions/checkout@v3
90+ - name : Set up JDK 17
91+ uses : actions/setup-java@v3
92+ with :
93+ distribution : ' corretto'
94+ java-version : 17
95+ - name : Build latest
96+ run : ./gha_build.sh springboot4 true true
8597# temporarily disabled as Struts is not released at the moment
8698# build_struts2:
8799# name: Build and test Struts
Original file line number Diff line number Diff line change 8484 <groupId >org.apache.maven.plugins</groupId >
8585 <artifactId >maven-compiler-plugin</artifactId >
8686 <configuration >
87- <source >25 </source >
88- <target >25 </target >
87+ <source >21 </source >
88+ <target >21 </target >
8989 </configuration >
9090 </plugin >
9191 </plugins >
You can’t perform that action at this time.
0 commit comments