We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee0721 commit dcc8da0Copy full SHA for dcc8da0
.github/workflows/pr-verify.yml
@@ -29,6 +29,8 @@ jobs:
29
run: mvn -B formatter:validate impsort:check xml-format:xml-check
30
- name: Quick compile
31
run: mvn -B install -DskipTests -Pquick
32
+ - name: Download all other dependencies
33
+ run: mvn -B dependency:go-offline
34
35
formatting-and-quick-compile-jdk24:
36
runs-on: ubuntu-latest
@@ -51,7 +53,8 @@ jobs:
51
53
52
54
55
-
56
57
58
59
compile:
60
needs: formatting-and-quick-compile
0 commit comments