Skip to content

Commit 3febdcc

Browse files
committed
fixing cant find main class error
1 parent 312abd7 commit 3febdcc

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
@@ -57,7 +57,7 @@
5757
<configuration>
5858
<transformers>
5959
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
60-
<mainClass>com.github.elibracha.openapi.diff.Main</mainClass>
60+
<mainClass>com.github.elibracha.Main</mainClass>
6161
</transformer>
6262
</transformers>
6363
</configuration>

0 commit comments

Comments
 (0)