Skip to content

Commit

Permalink
Add missing mainClass entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 9, 2024
1 parent a2986e4 commit 0cbeaea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graalwasm/graalwasm-embed-c-code-guide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@
</configuration>
</execution>
</executions>
<configuration>
<mainClass>com.example.App</mainClass>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 0cbeaea

Please sign in to comment.