We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1f213 commit 3169ba6Copy full SHA for 3169ba6
1 file changed
.github/workflows/maven.yml
@@ -18,4 +18,4 @@ jobs:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
cache: maven
20
- name: Build with Maven
21
- run: mvn -B -Pnative -DskipTests package --file pom.xml
+ run: mvn -B -DskipTests package --file pom.xml
0 commit comments