Skip to content

Commit cccf012

Browse files
committed
Adjust configuration
1 parent 9a2b3ed commit cccf012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
github-token: ${{ secrets.GITHUB_TOKEN }}
6161
native-image-job-reports: 'true'
6262
- name: "Build executable"
63-
run: mvn -DskipTests -Pnative,production clean package
63+
run: mvn -DskipTests -Pnative clean package
6464
- name: "Test executable"
6565
run: ./target/${{ matrix.filename }} --version
6666
- name: "Upload artifact"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<native-maven-plugin.version>0.9.22</native-maven-plugin.version>
3131
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
3232
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
33-
<graalvm.quickBuild>true</graalvm.quickBuild>
33+
<graalvm.quickBuild>false</graalvm.quickBuild>
3434

3535
<!-- jacoco -->
3636
<jacoco.version>0.8.10</jacoco.version>

0 commit comments

Comments
 (0)