We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 131f98f + 2988a29 commit 89d1879Copy full SHA for 89d1879
1 file changed
.github/workflows/maven.yml
@@ -28,4 +28,4 @@ jobs:
28
distribution: 'temurin'
29
cache: maven
30
- name: Build with Maven
31
- run: mvn -B package --file pom.xml
+ run: mvn clean package
0 commit comments