We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2901d commit b69d458Copy full SHA for b69d458
archive/native-netty-plot/pom.xml
@@ -12,7 +12,7 @@
12
<native.maven.plugin.version>0.10.4</native.maven.plugin.version>
13
<maven.compiler.source>${java.specification.version}</maven.compiler.source>
14
<maven.compiler.target>${java.specification.version}</maven.compiler.target>
15
- <imageName>netty-plot</imageName>
+ <binary-name>netty-plot</binary-name>
16
</properties>
17
18
<dependencies>
@@ -58,7 +58,7 @@
58
</execution>
59
</executions>
60
<configuration>
61
+ <imageName>${binary-name}</imageName>
62
<fallback>false</fallback>
63
<buildArgs>
64
<buildArg>--no-fallback</buildArg>
0 commit comments