Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 607 Bytes

File metadata and controls

13 lines (7 loc) · 607 Bytes

Troubleshooting

No main manifest attribute

If after building the artifact and attempting to run the application you are seeing the following message:

no main manifest attribute, in out/artifacts/zebec_main_jar/zebec.jar

Then try updating your project settings to inherit project compile output path. It uses IntelliJ and not Gradle tasks to build the artifacts and sometimes it gets overwritten.

Project Setting Screenshot