We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c758b commit 2988a29Copy full SHA for 2988a29
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