Skip to content

Commit dcc8da0

Browse files
committed
wip
1 parent 2ee0721 commit dcc8da0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr-verify.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: mvn -B formatter:validate impsort:check xml-format:xml-check
3030
- name: Quick compile
3131
run: mvn -B install -DskipTests -Pquick
32+
- name: Download all other dependencies
33+
run: mvn -B dependency:go-offline
3234

3335
formatting-and-quick-compile-jdk24:
3436
runs-on: ubuntu-latest
@@ -51,7 +53,8 @@ jobs:
5153
run: mvn -B formatter:validate impsort:check xml-format:xml-check
5254
- name: Quick compile
5355
run: mvn -B install -DskipTests -Pquick
54-
56+
- name: Download all other dependencies
57+
run: mvn -B dependency:go-offline
5558

5659
compile:
5760
needs: formatting-and-quick-compile

0 commit comments

Comments
 (0)