Skip to content

Commit d73cd2f

Browse files
committed
I flicked too hard
1 parent 220eb2e commit d73cd2f

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/release.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -108,34 +108,34 @@ jobs:
108108
token: ${{ secrets.GITHUB_TOKEN }}
109109
uploadSarifReport: false
110110

111-
# build:
112-
# runs-on: ubuntu-latest
113-
# needs:
114-
# - quality
115-
# - version_seal
116-
# strategy:
117-
# matrix:
118-
# java_version:
119-
# - 8
120-
# - 11
121-
# - 17
122-
# - 21
123-
# steps:
124-
# - id: download_source
125-
# name: Download artifacts
126-
# uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.6.1
127-
# with:
128-
# name: source
129-
# - name: Setup Java
130-
# uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
131-
# with:
132-
# distribution: corretto
133-
# java-version: ${{ matrix.java_version }}
134-
# cache: maven
135-
# - id: build-maven
136-
# name: Build (Maven)
137-
# run: |
138-
# mvn -B install --file pom.xml
111+
build:
112+
runs-on: ubuntu-latest
113+
needs:
114+
- quality
115+
- version_seal
116+
strategy:
117+
matrix:
118+
java_version:
119+
- 8
120+
- 11
121+
- 17
122+
- 21
123+
steps:
124+
- id: download_source
125+
name: Download artifacts
126+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.6.1
127+
with:
128+
name: source
129+
- name: Setup Java
130+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
131+
with:
132+
distribution: corretto
133+
java-version: ${{ matrix.java_version }}
134+
cache: maven
135+
- id: build-maven
136+
name: Build (Maven)
137+
run: |
138+
mvn -B install --file pom.xml
139139
140140
# publish:
141141
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)