We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7060906 commit 9f4d6b6Copy full SHA for 9f4d6b6
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
cache: 'maven'
21
22
- name: Build
23
- run: mvn clean build
+ run: mvn clean compile
24
25
26
- name: Generate Java docs
0 commit comments