You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
I've imported the Gradle's hello-world project in Intellij Idea 15. Whenever I run the jar command from the 'Gradle Projects' command, the resulting jar does not have the 'Main-Class' entry in the manifest, so when I try to run "java -jar hello-world.jar", I see the following error: no main manifest attribute, in build/libs/hello-world.jar.
hamen, fesor, tomyc, g1ibby, jacobfederer and 3 more