Skip to content

Commit 068e0da

Browse files
committed
Fix image name
1 parent 6c2c182 commit 068e0da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

archive/native-netty-plot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</execution>
5858
</executions>
5959
<configuration>
60-
<imageName>${ImageName}</imageName>
60+
<imageName>${imageName}</imageName>
6161
<fallback>false</fallback>
6262
<buildArgs>
6363
<buildArg>--no-fallback</buildArg>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ImageName = netty-plot
2+
Args = --link-at-build-time=com.oracle.svm.nettyplot

0 commit comments

Comments
 (0)