File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -77,17 +77,16 @@ jobs:
7777 - name : Build with Spring Boot 3.1.x
7878 run : ./gha_build.sh springboot3 false false -Dspringboot.version=3.1.8 -Dspring.version=6.0.16 -Dspringsecurity.version=6.1.6 -Ddependency-check.skip=true
7979
80- build_struts2 :
81- name : Build and test Struts
82- runs-on : ubuntu-latest
83- steps :
84- - 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
90- - name : Build latest
91- run : ./gha_build.sh struts false false
92- # temporarily disabled archetype and samples as Struts is not released at the moment
80+ # temporarily disabled as Struts is not released at the moment
81+ # build_struts2:
82+ # name: Build and test Struts
83+ # runs-on: ubuntu-latest
84+ # steps:
85+ # - uses: actions/checkout@v3
86+ # - name: Set up JDK 17
87+ # uses: actions/setup-java@v3
88+ # with:
89+ # distribution: 'corretto'
90+ # java-version: 17
91+ # - name: Build latest
9392# run: ./gha_build.sh struts true true
You can’t perform that action at this time.
0 commit comments