Skip to content

Commit

Permalink
Update pom.xml replacing build with compile-no-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
LesiaChaban committed Dec 5, 2023
1 parent 473dc3a commit 398912b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-hello-world-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<execution>
<id>build-native</id>
<goals>
<goal>build</goal>
<goal>compile-no-fork</goal>
</goals>
<phase>package</phase>
</execution>
Expand Down

0 comments on commit 398912b

Please sign in to comment.