We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ee2334 + 3b2007c commit 27c7df0Copy full SHA for 27c7df0
1 file changed
.github/workflows/blank.yml
@@ -23,4 +23,4 @@ jobs:
23
distribution: 'temurin'
24
cache: maven
25
- name: Build with Maven
26
- run: mvn -B package --file pom.xml
+ run: mvn clean install -DskipTests
0 commit comments