Skip to content

Commit 7b63da7

Browse files
committed
wip
1 parent 1b9bda2 commit 7b63da7

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,6 @@ jobs:
2525
- name: Download all other dependencies
2626
run: mvn -B dependency:go-offline
2727

28-
formatting-and-quick-compile-jdk24:
29-
runs-on: ubuntu-latest
30-
steps:
31-
- uses: actions/checkout@v4
32-
- name: Set up JDK
33-
uses: actions/setup-java@v4
34-
with:
35-
java-version: 24
36-
distribution: 'temurin'
37-
cache: maven
38-
- name: Check formatting
39-
run: mvn -B formatter:validate impsort:check xml-format:xml-check
40-
- name: Quick compile
41-
run: mvn -B compile -DskipTests -Pquick
42-
- name: Download all other dependencies
43-
run: mvn -B dependency:go-offline
44-
4528
compile:
4629
needs: formatting-and-quick-compile
4730
runs-on: ubuntu-latest
@@ -58,7 +41,7 @@ jobs:
5841

5942

6043
build:
61-
needs: [formatting-and-quick-compile, formatting-and-quick-compile-jdk24]
44+
needs: formatting-and-quick-compile
6245
runs-on: ubuntu-latest
6346
strategy:
6447
fail-fast: true

0 commit comments

Comments
 (0)