Skip to content

Commit d22f63f

Browse files
committed
chore: disable CI build for Struts as it is not released right now
1 parent 38ce917 commit d22f63f

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)