Skip to content

Commit

Permalink
set build static image to false
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Jun 11, 2021
1 parent 5b7b2f6 commit e6f025e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundlebee-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<attachClassifier>${os.name}-${os.arch}</attachClassifier> <!-- Linux-amd64 -->
<output>${project.build.directory}/${project.artifactId}</output>
<main>io.yupiik.bundlebee.core.BundleBee</main>
<buildStaticImage>true</buildStaticImage>
<buildStaticImage>false</buildStaticImage>
<customOptions>
<customOption>-Djava.util.logging.manager=io.yupiik.logging.jul.YupiikLogManager</customOption>
<customOption>-Djava.net.preferIPv4Stack=true</customOption>
Expand Down

0 comments on commit e6f025e

Please # to comment.