Skip to content

Commit 3e3d96c

Browse files
committed
fix: jar main file path
1 parent 89ba8c4 commit 3e3d96c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<configuration>
6565
<archive>
6666
<manifest>
67-
<mainClass>org.variantsync.diffdetectivedemo.Main.java</mainClass>
67+
<mainClass>org.variantsync.diffdetectivedemo.Main</mainClass>
6868
</manifest>
6969
</archive>
7070
<descriptorRefs>

0 commit comments

Comments
 (0)